@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateFacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateFacesResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateFacesResult |
clone() |
boolean |
equals(Object obj) |
List<DisassociatedFace> |
getDisassociatedFaces()
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
List<UnsuccessfulFaceDisassociation> |
getUnsuccessfulFaceDisassociations()
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
String |
getUserStatus()
The status of an update made to a User.
|
int |
hashCode() |
void |
setDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
void |
setUnsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
void |
setUserStatus(String userStatus)
The status of an update made to a User.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateFacesResult |
withDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResult |
withDisassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is
returned.
|
DisassociateFacesResult |
withUnsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResult |
withUnsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along
with the reasons for the failure to associate.
|
DisassociateFacesResult |
withUserStatus(String userStatus)
The status of an update made to a User.
|
DisassociateFacesResult |
withUserStatus(UserStatus userStatus)
The status of an update made to a User.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<DisassociatedFace> getDisassociatedFaces()
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
public void setDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
disassociatedFaces
- An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID
is returned. Returned if the DisassociatedFaces action is successful.public DisassociateFacesResult withDisassociatedFaces(DisassociatedFace... disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
NOTE: This method appends the values to the existing list (if any). Use
setDisassociatedFaces(java.util.Collection)
or withDisassociatedFaces(java.util.Collection)
if
you want to override the existing values.
disassociatedFaces
- An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID
is returned. Returned if the DisassociatedFaces action is successful.public DisassociateFacesResult withDisassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)
An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned. Returned if the DisassociatedFaces action is successful.
disassociatedFaces
- An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID
is returned. Returned if the DisassociatedFaces action is successful.public List<UnsuccessfulFaceDisassociation> getUnsuccessfulFaceDisassociations()
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
public void setUnsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
unsuccessfulFaceDisassociations
- An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated,
along with the reasons for the failure to associate. Returned if the DisassociateFaces action is
successful.public DisassociateFacesResult withUnsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
NOTE: This method appends the values to the existing list (if any). Use
setUnsuccessfulFaceDisassociations(java.util.Collection)
or
withUnsuccessfulFaceDisassociations(java.util.Collection)
if you want to override the existing values.
unsuccessfulFaceDisassociations
- An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated,
along with the reasons for the failure to associate. Returned if the DisassociateFaces action is
successful.public DisassociateFacesResult withUnsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)
An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate. Returned if the DisassociateFaces action is successful.
unsuccessfulFaceDisassociations
- An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated,
along with the reasons for the failure to associate. Returned if the DisassociateFaces action is
successful.public void setUserStatus(String userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
userStatus
- The status of an update made to a User. Reflects if the User has been updated for every requested change.UserStatus
public String getUserStatus()
The status of an update made to a User. Reflects if the User has been updated for every requested change.
UserStatus
public DisassociateFacesResult withUserStatus(String userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
userStatus
- The status of an update made to a User. Reflects if the User has been updated for every requested change.UserStatus
public DisassociateFacesResult withUserStatus(UserStatus userStatus)
The status of an update made to a User. Reflects if the User has been updated for every requested change.
userStatus
- The status of an update made to a User. Reflects if the User has been updated for every requested change.UserStatus
public String toString()
toString
in class Object
Object.toString()
public DisassociateFacesResult clone()