@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Grantee extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the grantee.
Constructor and Description |
---|
Grantee() |
Modifier and Type | Method and Description |
---|---|
Grantee |
clone() |
boolean |
equals(Object obj) |
String |
getDisplayName()
Screen name of the grantee.
|
String |
getEmailAddress()
Email address of the grantee.
|
String |
getID()
The canonical user ID of the grantee.
|
String |
getType()
Type of grantee
|
String |
getURI()
URI of the grantee group.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisplayName(String displayName)
Screen name of the grantee.
|
void |
setEmailAddress(String emailAddress)
Email address of the grantee.
|
void |
setID(String iD)
The canonical user ID of the grantee.
|
void |
setType(String type)
Type of grantee
|
void |
setURI(String uRI)
URI of the grantee group.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
Grantee |
withDisplayName(String displayName)
Screen name of the grantee.
|
Grantee |
withEmailAddress(String emailAddress)
Email address of the grantee.
|
Grantee |
withID(String iD)
The canonical user ID of the grantee.
|
Grantee |
withType(String type)
Type of grantee
|
Grantee |
withType(Type type)
Type of grantee
|
Grantee |
withURI(String uRI)
URI of the grantee group.
|
public void setType(String type)
Type of grantee
type
- Type of granteeType
public Grantee withType(String type)
Type of grantee
type
- Type of granteeType
public Grantee withType(Type type)
Type of grantee
type
- Type of granteeType
public void setDisplayName(String displayName)
Screen name of the grantee.
displayName
- Screen name of the grantee.public String getDisplayName()
Screen name of the grantee.
public Grantee withDisplayName(String displayName)
Screen name of the grantee.
displayName
- Screen name of the grantee.public void setURI(String uRI)
URI of the grantee group.
uRI
- URI of the grantee group.public String getURI()
URI of the grantee group.
public Grantee withURI(String uRI)
URI of the grantee group.
uRI
- URI of the grantee group.public void setID(String iD)
The canonical user ID of the grantee.
iD
- The canonical user ID of the grantee.public String getID()
The canonical user ID of the grantee.
public Grantee withID(String iD)
The canonical user ID of the grantee.
iD
- The canonical user ID of the grantee.public void setEmailAddress(String emailAddress)
Email address of the grantee.
emailAddress
- Email address of the grantee.public String getEmailAddress()
Email address of the grantee.
public Grantee withEmailAddress(String emailAddress)
Email address of the grantee.
emailAddress
- Email address of the grantee.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.