@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityDisplayData extends Object implements Serializable, Cloneable, StructuredPojo
Information about the user entity.
Constructor and Description |
---|
EntityDisplayData() |
Modifier and Type | Method and Description |
---|---|
EntityDisplayData |
clone() |
boolean |
equals(Object obj) |
String |
getFirstName()
The first name of the user.
|
String |
getGroupName()
The name of the group.
|
String |
getIdentifiedUserName()
The user name of the user.
|
String |
getLastName()
The last name of the user.
|
String |
getUserName()
The name of the user.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFirstName(String firstName)
The first name of the user.
|
void |
setGroupName(String groupName)
The name of the group.
|
void |
setIdentifiedUserName(String identifiedUserName)
The user name of the user.
|
void |
setLastName(String lastName)
The last name of the user.
|
void |
setUserName(String userName)
The name of the user.
|
String |
toString()
Returns a string representation of this object.
|
EntityDisplayData |
withFirstName(String firstName)
The first name of the user.
|
EntityDisplayData |
withGroupName(String groupName)
The name of the group.
|
EntityDisplayData |
withIdentifiedUserName(String identifiedUserName)
The user name of the user.
|
EntityDisplayData |
withLastName(String lastName)
The last name of the user.
|
EntityDisplayData |
withUserName(String userName)
The name of the user.
|
public void setUserName(String userName)
The name of the user.
userName
- The name of the user.public String getUserName()
The name of the user.
public EntityDisplayData withUserName(String userName)
The name of the user.
userName
- The name of the user.public void setGroupName(String groupName)
The name of the group.
groupName
- The name of the group.public String getGroupName()
The name of the group.
public EntityDisplayData withGroupName(String groupName)
The name of the group.
groupName
- The name of the group.public void setIdentifiedUserName(String identifiedUserName)
The user name of the user.
identifiedUserName
- The user name of the user.public String getIdentifiedUserName()
The user name of the user.
public EntityDisplayData withIdentifiedUserName(String identifiedUserName)
The user name of the user.
identifiedUserName
- The user name of the user.public void setFirstName(String firstName)
The first name of the user.
firstName
- The first name of the user.public String getFirstName()
The first name of the user.
public EntityDisplayData withFirstName(String firstName)
The first name of the user.
firstName
- The first name of the user.public void setLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public String getLastName()
The last name of the user.
public EntityDisplayData withLastName(String lastName)
The last name of the user.
lastName
- The last name of the user.public String toString()
toString
in class Object
Object.toString()
public EntityDisplayData clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.