@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListFacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListFacesRequest() |
Modifier and Type | Method and Description |
---|---|
ListFacesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollectionId()
ID of the collection from which to list the faces.
|
Integer |
getMaxResults()
Maximum number of faces to return.
|
String |
getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
int |
hashCode() |
void |
setCollectionId(String collectionId)
ID of the collection from which to list the faces.
|
void |
setMaxResults(Integer maxResults)
Maximum number of faces to return.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListFacesRequest |
withCollectionId(String collectionId)
ID of the collection from which to list the faces.
|
ListFacesRequest |
withMaxResults(Integer maxResults)
Maximum number of faces to return.
|
ListFacesRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
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)
ID of the collection from which to list the faces.
collectionId
- ID of the collection from which to list the faces.public String getCollectionId()
ID of the collection from which to list the faces.
public ListFacesRequest withCollectionId(String collectionId)
ID of the collection from which to list the faces.
collectionId
- ID of the collection from which to list the faces.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
faces.public String getNextToken()
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
public ListFacesRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
nextToken
- If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
faces.public void setMaxResults(Integer maxResults)
Maximum number of faces to return.
maxResults
- Maximum number of faces to return.public Integer getMaxResults()
Maximum number of faces to return.
public ListFacesRequest withMaxResults(Integer maxResults)
Maximum number of faces to return.
maxResults
- Maximum number of faces to return.public String toString()
toString
in class Object
Object.toString()
public ListFacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.