@Generated(value="software.amazon.awssdk:codegen") public final class ListFacesRequest extends RekognitionRequest implements ToCopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListFacesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListFacesRequest.Builder |
builder() |
String |
collectionId()
ID of the collection from which to list the faces.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListFacesRequest.Builder> |
serializableBuilderClass() |
ListFacesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<ListFacesRequest.Builder,ListFacesRequest>toBuilder in class RekognitionRequestpublic static ListFacesRequest.Builder builder()
public static Class<? extends ListFacesRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.