ToCopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListFacesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFacesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListFacesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Face> |
faces() |
An array of
Face objects. |
int |
hashCode() |
|
String |
nextToken() |
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to
retrieve the next set of faces.
|
static Class<? extends ListFacesResponse.Builder> |
serializableBuilderClass() |
|
ListFacesResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String nextToken()
If the response is truncated, Amazon Rekognition returns this token that you can use in the subsequent request to retrieve the next set of faces.
public ListFacesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFacesResponse.Builder,ListFacesResponse>
public static ListFacesResponse.Builder builder()
public static Class<? extends ListFacesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.