Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListFacesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFacesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListFacesRequest.Builder |
builder() |
|
String |
collectionId() |
ID of the collection from which to list the faces.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
Maximum number of faces to return.
|
String |
nextToken() |
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a
pagination token in the response.
|
static Class<? extends ListFacesRequest.Builder> |
serializableBuilderClass() |
|
ListFacesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String collectionId()
ID of the collection from which to list the faces.
public 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.
public Integer maxResults()
Maximum number of faces to return.
public ListFacesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
public static ListFacesRequest.Builder builder()
public static Class<? extends ListFacesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.