@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateFacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateFacesRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateFacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientRequestToken()
Idempotent token used to identify the request to
DisassociateFaces . |
String |
getCollectionId()
The ID of an existing collection containing the UserID.
|
List<String> |
getFaceIds()
An array of face IDs to disassociate from the UserID.
|
String |
getUserId()
ID for the existing UserID.
|
int |
hashCode() |
void |
setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DisassociateFaces . |
void |
setCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
void |
setFaceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
|
void |
setUserId(String userId)
ID for the existing UserID.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateFacesRequest |
withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to
DisassociateFaces . |
DisassociateFacesRequest |
withCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
|
DisassociateFacesRequest |
withFaceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
|
DisassociateFacesRequest |
withFaceIds(String... faceIds)
An array of face IDs to disassociate from the UserID.
|
DisassociateFacesRequest |
withUserId(String userId)
ID for the existing UserID.
|
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)
The ID of an existing collection containing the UserID.
collectionId
- The ID of an existing collection containing the UserID.public String getCollectionId()
The ID of an existing collection containing the UserID.
public DisassociateFacesRequest withCollectionId(String collectionId)
The ID of an existing collection containing the UserID.
collectionId
- The ID of an existing collection containing the UserID.public void setUserId(String userId)
ID for the existing UserID.
userId
- ID for the existing UserID.public String getUserId()
ID for the existing UserID.
public DisassociateFacesRequest withUserId(String userId)
ID for the existing UserID.
userId
- ID for the existing UserID.public void setClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to DisassociateFaces
. If you use the same token with
multiple DisassociateFaces
requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.
clientRequestToken
- Idempotent token used to identify the request to DisassociateFaces
. If you use the same token
with multiple DisassociateFaces
requests, the same response is returned. Use
ClientRequestToken to prevent the same request from being processed more than once.public String getClientRequestToken()
Idempotent token used to identify the request to DisassociateFaces
. If you use the same token with
multiple DisassociateFaces
requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.
DisassociateFaces
. If you use the same
token with multiple DisassociateFaces
requests, the same response is returned. Use
ClientRequestToken to prevent the same request from being processed more than once.public DisassociateFacesRequest withClientRequestToken(String clientRequestToken)
Idempotent token used to identify the request to DisassociateFaces
. If you use the same token with
multiple DisassociateFaces
requests, the same response is returned. Use ClientRequestToken to
prevent the same request from being processed more than once.
clientRequestToken
- Idempotent token used to identify the request to DisassociateFaces
. If you use the same token
with multiple DisassociateFaces
requests, the same response is returned. Use
ClientRequestToken to prevent the same request from being processed more than once.public List<String> getFaceIds()
An array of face IDs to disassociate from the UserID.
public void setFaceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
faceIds
- An array of face IDs to disassociate from the UserID.public DisassociateFacesRequest withFaceIds(String... faceIds)
An array of face IDs to disassociate from the UserID.
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 disassociate from the UserID.public DisassociateFacesRequest withFaceIds(Collection<String> faceIds)
An array of face IDs to disassociate from the UserID.
faceIds
- An array of face IDs to disassociate from the UserID.public String toString()
toString
in class Object
Object.toString()
public DisassociateFacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Datenschutz | Nutzungsbedingungen für die Website | Cookie-Einstellungen | © 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.