@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UserIdentityInfoLite extends Object implements Serializable, Cloneable, StructuredPojo
The user's first name and last name.
| Constructor and Description |
|---|
UserIdentityInfoLite() |
| Modifier and Type | Method and Description |
|---|---|
UserIdentityInfoLite |
clone() |
boolean |
equals(Object obj) |
String |
getFirstName()
The user's first name.
|
String |
getLastName()
The user's last name.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFirstName(String firstName)
The user's first name.
|
void |
setLastName(String lastName)
The user's last name.
|
String |
toString()
Returns a string representation of this object.
|
UserIdentityInfoLite |
withFirstName(String firstName)
The user's first name.
|
UserIdentityInfoLite |
withLastName(String lastName)
The user's last name.
|
public void setFirstName(String firstName)
The user's first name.
firstName - The user's first name.public String getFirstName()
The user's first name.
public UserIdentityInfoLite withFirstName(String firstName)
The user's first name.
firstName - The user's first name.public void setLastName(String lastName)
The user's last name.
lastName - The user's last name.public String getLastName()
The user's last name.
public UserIdentityInfoLite withLastName(String lastName)
The user's last name.
lastName - The user's last name.public String toString()
toString in class ObjectObject.toString()public UserIdentityInfoLite clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.