@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AssociateFacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
AssociateFacesResult() |
Modifier and Type | Method and Description |
---|---|
AssociateFacesResult |
clone() |
boolean |
equals(Object obj) |
List<AssociatedFace> |
getAssociatedFaces()
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID.
|
List<UnsuccessfulFaceAssociation> |
getUnsuccessfulFaceAssociations()
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
String |
getUserStatus()
The status of an update made to a UserID.
|
int |
hashCode() |
void |
setAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID.
|
void |
setUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
void |
setUserStatus(String userStatus)
The status of an update made to a UserID.
|
String |
toString()
Returns a string representation of this object.
|
AssociateFacesResult |
withAssociatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID.
|
AssociateFacesResult |
withAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID.
|
AssociateFacesResult |
withUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
AssociateFacesResult |
withUnsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with
the reasons.
|
AssociateFacesResult |
withUserStatus(String userStatus)
The status of an update made to a UserID.
|
AssociateFacesResult |
withUserStatus(UserStatus userStatus)
The status of an update made to a UserID.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<AssociatedFace> getAssociatedFaces()
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID. Returned if the AssociateFaces action is successful.
public void setAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID. Returned if the AssociateFaces action is successful.
associatedFaces
- An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the
UserID. Returned if the AssociateFaces action is successful.public AssociateFacesResult withAssociatedFaces(AssociatedFace... associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID. Returned if the AssociateFaces action is successful.
NOTE: This method appends the values to the existing list (if any). Use
setAssociatedFaces(java.util.Collection)
or withAssociatedFaces(java.util.Collection)
if you
want to override the existing values.
associatedFaces
- An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the
UserID. Returned if the AssociateFaces action is successful.public AssociateFacesResult withAssociatedFaces(Collection<AssociatedFace> associatedFaces)
An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the UserID. Returned if the AssociateFaces action is successful.
associatedFaces
- An array of AssociatedFace objects containing FaceIDs that have been successfully associated with the
UserID. Returned if the AssociateFaces action is successful.public List<UnsuccessfulFaceAssociation> getUnsuccessfulFaceAssociations()
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
public void setUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
unsuccessfulFaceAssociations
- An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons. Returned if the AssociateFaces action is successful.public AssociateFacesResult withUnsuccessfulFaceAssociations(UnsuccessfulFaceAssociation... unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessfulFaceAssociations(java.util.Collection)
or
withUnsuccessfulFaceAssociations(java.util.Collection)
if you want to override the existing values.
unsuccessfulFaceAssociations
- An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons. Returned if the AssociateFaces action is successful.public AssociateFacesResult withUnsuccessfulFaceAssociations(Collection<UnsuccessfulFaceAssociation> unsuccessfulFaceAssociations)
An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along with the reasons. Returned if the AssociateFaces action is successful.
unsuccessfulFaceAssociations
- An array of UnsuccessfulAssociation objects containing FaceIDs that are not successfully associated along
with the reasons. Returned if the AssociateFaces action is successful.public void setUserStatus(String userStatus)
The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.
userStatus
- The status of an update made to a UserID. Reflects if the UserID has been updated for every requested
change.UserStatus
public String getUserStatus()
The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.
UserStatus
public AssociateFacesResult withUserStatus(String userStatus)
The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.
userStatus
- The status of an update made to a UserID. Reflects if the UserID has been updated for every requested
change.UserStatus
public AssociateFacesResult withUserStatus(UserStatus userStatus)
The status of an update made to a UserID. Reflects if the UserID has been updated for every requested change.
userStatus
- The status of an update made to a UserID. Reflects if the UserID has been updated for every requested
change.UserStatus
public String toString()
toString
in class Object
Object.toString()
public AssociateFacesResult clone()