public class DeleteFacesResult
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
DeleteFacesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getDeletedFaces()
An array of strings (face IDs) of the faces that were deleted.
|
int |
hashCode() |
void |
setDeletedFaces(java.util.Collection<java.lang.String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteFacesResult |
withDeletedFaces(java.util.Collection<java.lang.String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
|
DeleteFacesResult |
withDeletedFaces(java.lang.String... deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
|
public java.util.List<java.lang.String> getDeletedFaces()
An array of strings (face IDs) of the faces that were deleted.
An array of strings (face IDs) of the faces that were deleted.
public void setDeletedFaces(java.util.Collection<java.lang.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(java.lang.String... deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
Returns a reference to this object so that method calls can be chained together.
deletedFaces
- An array of strings (face IDs) of the faces that were deleted.
public DeleteFacesResult withDeletedFaces(java.util.Collection<java.lang.String> deletedFaces)
An array of strings (face IDs) of the faces that were deleted.
Returns a reference to this object so that method calls can be chained together.
deletedFaces
- An array of strings (face IDs) of the faces that were deleted.
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.