@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFaceSearchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetFaceSearchRequest() |
Modifier and Type | Method and Description |
---|---|
GetFaceSearchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
The job identifer for the search request.
|
Integer |
getMaxResults()
Maximum number of results to return per paginated call.
|
String |
getNextToken()
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition
Video returns a pagination token in the response.
|
String |
getSortBy()
Sort to use for grouping faces in the response.
|
int |
hashCode() |
void |
setJobId(String jobId)
The job identifer for the search request.
|
void |
setMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition
Video returns a pagination token in the response.
|
void |
setSortBy(String sortBy)
Sort to use for grouping faces in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetFaceSearchRequest |
withJobId(String jobId)
The job identifer for the search request.
|
GetFaceSearchRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetFaceSearchRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition
Video returns a pagination token in the response.
|
GetFaceSearchRequest |
withSortBy(FaceSearchSortBy sortBy)
Sort to use for grouping faces in the response.
|
GetFaceSearchRequest |
withSortBy(String sortBy)
Sort to use for grouping faces 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 setJobId(String jobId)
The job identifer for the search request. You get the job identifier from an initial call to
StartFaceSearch
.
jobId
- The job identifer for the search request. You get the job identifier from an initial call to
StartFaceSearch
.public String getJobId()
The job identifer for the search request. You get the job identifier from an initial call to
StartFaceSearch
.
StartFaceSearch
.public GetFaceSearchRequest withJobId(String jobId)
The job identifer for the search request. You get the job identifier from an initial call to
StartFaceSearch
.
jobId
- The job identifer for the search request. You get the job identifier from an initial call to
StartFaceSearch
.public void setMaxResults(Integer maxResults)
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
maxResults
- Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you
specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.public Integer getMaxResults()
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
public GetFaceSearchRequest withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.
maxResults
- Maximum number of results to return per paginated call. The largest value you can specify is 1000. If you
specify a value greater than 1000, a maximum of 1000 results is returned. The default value is 1000.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of search results.
nextToken
- If the previous response was incomplete (because there is more search results to retrieve), Amazon
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of search results.public String getNextToken()
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of search results.
public GetFaceSearchRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more search results to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of search results.
nextToken
- If the previous response was incomplete (because there is more search results to retrieve), Amazon
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of search results.public void setSortBy(String sortBy)
Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that they
are recognized. Use INDEX
to sort by recognized faces.
sortBy
- Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that
they are recognized. Use INDEX
to sort by recognized faces.FaceSearchSortBy
public String getSortBy()
Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that they
are recognized. Use INDEX
to sort by recognized faces.
TIMESTAMP
to group faces by the time
that they are recognized. Use INDEX
to sort by recognized faces.FaceSearchSortBy
public GetFaceSearchRequest withSortBy(String sortBy)
Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that they
are recognized. Use INDEX
to sort by recognized faces.
sortBy
- Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that
they are recognized. Use INDEX
to sort by recognized faces.FaceSearchSortBy
public GetFaceSearchRequest withSortBy(FaceSearchSortBy sortBy)
Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that they
are recognized. Use INDEX
to sort by recognized faces.
sortBy
- Sort to use for grouping faces in the response. Use TIMESTAMP
to group faces by the time that
they are recognized. Use INDEX
to sort by recognized faces.FaceSearchSortBy
public String toString()
toString
in class Object
Object.toString()
public GetFaceSearchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.