@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class User extends Object implements Serializable, Cloneable, StructuredPojo
Metadata of the user stored in a collection.
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
User |
clone() |
boolean |
equals(Object obj) |
String |
getUserId()
A provided ID for the User.
|
String |
getUserStatus()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setUserId(String userId)
A provided ID for the User.
|
void |
setUserStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
String |
toString()
Returns a string representation of this object.
|
User |
withUserId(String userId)
A provided ID for the User.
|
User |
withUserStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
User |
withUserStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
public void setUserId(String userId)
A provided ID for the User. Unique within the collection.
userId
- A provided ID for the User. Unique within the collection.public String getUserId()
A provided ID for the User. Unique within the collection.
public User withUserId(String userId)
A provided ID for the User. Unique within the collection.
userId
- A provided ID for the User. Unique within the collection.public void setUserStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
userStatus
- Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.UserStatus
public String getUserStatus()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
UserStatus
public User withUserStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
userStatus
- Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.UserStatus
public User withUserStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
userStatus
- Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.UserStatus
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.