@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFacesResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteFacesResult() |
Modifier and Type | Method and Description |
---|---|
DeleteFacesResult |
clone() |
boolean |
equals(Object obj) |
List<String> |
getDeletedFaces()
An array of strings (face IDs) of the faces that were deleted.
|
int |
hashCode() |
void |
setDeletedFaces(Collection<String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteFacesResult |
withDeletedFaces(Collection<String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
|
DeleteFacesResult |
withDeletedFaces(String... deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<String> getDeletedFaces()
An array of strings (face IDs) of the faces that were deleted.
public void setDeletedFaces(Collection<String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
deletedFaces
- An array of strings (face IDs) of the faces that were deleted.public DeleteFacesResult withDeletedFaces(String... deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
NOTE: This method appends the values to the existing list (if any). Use
setDeletedFaces(java.util.Collection)
or withDeletedFaces(java.util.Collection)
if you want to
override the existing values.
deletedFaces
- An array of strings (face IDs) of the faces that were deleted.public DeleteFacesResult withDeletedFaces(Collection<String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
deletedFaces
- An array of strings (face IDs) of the faces that were deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteFacesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.