@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MatchedUser extends Object implements Serializable, Cloneable, StructuredPojo
Contains metadata for a UserID matched with a given face.
| Constructor and Description |
|---|
MatchedUser() |
| Modifier and Type | Method and Description |
|---|---|
MatchedUser |
clone() |
boolean |
equals(Object obj) |
String |
getUserId()
A provided ID for the UserID.
|
String |
getUserStatus()
The status of the user matched to a provided FaceID.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUserId(String userId)
A provided ID for the UserID.
|
void |
setUserStatus(String userStatus)
The status of the user matched to a provided FaceID.
|
String |
toString()
Returns a string representation of this object.
|
MatchedUser |
withUserId(String userId)
A provided ID for the UserID.
|
MatchedUser |
withUserStatus(String userStatus)
The status of the user matched to a provided FaceID.
|
MatchedUser |
withUserStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
|
public void setUserId(String userId)
A provided ID for the UserID. Unique within the collection.
userId - A provided ID for the UserID. Unique within the collection.public String getUserId()
A provided ID for the UserID. Unique within the collection.
public MatchedUser withUserId(String userId)
A provided ID for the UserID. Unique within the collection.
userId - A provided ID for the UserID. Unique within the collection.public void setUserStatus(String userStatus)
The status of the user matched to a provided FaceID.
userStatus - The status of the user matched to a provided FaceID.UserStatuspublic String getUserStatus()
The status of the user matched to a provided FaceID.
UserStatuspublic MatchedUser withUserStatus(String userStatus)
The status of the user matched to a provided FaceID.
userStatus - The status of the user matched to a provided FaceID.UserStatuspublic MatchedUser withUserStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
userStatus - The status of the user matched to a provided FaceID.UserStatuspublic String toString()
toString in class ObjectObject.toString()public MatchedUser clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.