@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteFacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeleteFacesRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteFacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollectionId()
Collection from which to remove the specific faces.
|
List<String> |
getFaceIds()
An array of face IDs to delete.
|
int |
hashCode() |
void |
setCollectionId(String collectionId)
Collection from which to remove the specific faces.
|
void |
setFaceIds(Collection<String> faceIds)
An array of face IDs to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteFacesRequest |
withCollectionId(String collectionId)
Collection from which to remove the specific faces.
|
DeleteFacesRequest |
withFaceIds(Collection<String> faceIds)
An array of face IDs to delete.
|
DeleteFacesRequest |
withFaceIds(String... faceIds)
An array of face IDs to delete.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCollectionId(String collectionId)
Collection from which to remove the specific faces.
collectionId
- Collection from which to remove the specific faces.public String getCollectionId()
Collection from which to remove the specific faces.
public DeleteFacesRequest withCollectionId(String collectionId)
Collection from which to remove the specific faces.
collectionId
- Collection from which to remove the specific faces.public List<String> getFaceIds()
An array of face IDs to delete.
public void setFaceIds(Collection<String> faceIds)
An array of face IDs to delete.
faceIds
- An array of face IDs to delete.public DeleteFacesRequest withFaceIds(String... faceIds)
An array of face IDs to delete.
NOTE: This method appends the values to the existing list (if any). Use
setFaceIds(java.util.Collection)
or withFaceIds(java.util.Collection)
if you want to override
the existing values.
faceIds
- An array of face IDs to delete.public DeleteFacesRequest withFaceIds(Collection<String> faceIds)
An array of face IDs to delete.
faceIds
- An array of face IDs to delete.public String toString()
toString
in class Object
Object.toString()
public DeleteFacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.