@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetCelebrityRecognitionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetCelebrityRecognitionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetCelebrityRecognitionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
Job identifier for the required celebrity recognition analysis.
|
Integer |
getMaxResults()
Maximum number of celebrities you want Rekognition Video to return in the response.
|
String |
getNextToken()
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Rekognition
Video returns a pagination token in the response.
|
String |
getSortBy()
Sort to use for celebrities returned in
Celebrities field. |
int |
hashCode() |
void |
setJobId(String jobId)
Job identifier for the required celebrity recognition analysis.
|
void |
setMaxResults(Integer maxResults)
Maximum number of celebrities you want Rekognition Video to return in the response.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Rekognition
Video returns a pagination token in the response.
|
void |
setSortBy(String sortBy)
Sort to use for celebrities returned in
Celebrities field. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetCelebrityRecognitionRequest |
withJobId(String jobId)
Job identifier for the required celebrity recognition analysis.
|
GetCelebrityRecognitionRequest |
withMaxResults(Integer maxResults)
Maximum number of celebrities you want Rekognition Video to return in the response.
|
GetCelebrityRecognitionRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Rekognition
Video returns a pagination token in the response.
|
GetCelebrityRecognitionRequest |
withSortBy(CelebrityRecognitionSortBy sortBy)
Sort to use for celebrities returned in
Celebrities field. |
GetCelebrityRecognitionRequest |
withSortBy(String sortBy)
Sort to use for celebrities returned in
Celebrities field. |
addHandlerContext, copyBaseTo, 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, withSdkRequestTimeoutpublic void setJobId(String jobId)
Job identifier for the required celebrity recognition analysis. You can get the job identifer from a call to
StartCelebrityRecognition.
jobId - Job identifier for the required celebrity recognition analysis. You can get the job identifer from a call
to StartCelebrityRecognition.public String getJobId()
Job identifier for the required celebrity recognition analysis. You can get the job identifer from a call to
StartCelebrityRecognition.
StartCelebrityRecognition.public GetCelebrityRecognitionRequest withJobId(String jobId)
Job identifier for the required celebrity recognition analysis. You can get the job identifer from a call to
StartCelebrityRecognition.
jobId - Job identifier for the required celebrity recognition analysis. You can get the job identifer from a call
to StartCelebrityRecognition.public void setMaxResults(Integer maxResults)
Maximum number of celebrities you want Rekognition Video to return in the response. The default is 1000.
maxResults - Maximum number of celebrities you want Rekognition Video to return in the response. The default is 1000.public Integer getMaxResults()
Maximum number of celebrities you want Rekognition Video to return in the response. The default is 1000.
public GetCelebrityRecognitionRequest withMaxResults(Integer maxResults)
Maximum number of celebrities you want Rekognition Video to return in the response. The default is 1000.
maxResults - Maximum number of celebrities you want Rekognition Video to return in the response. The default is 1000.public void setNextToken(String nextToken)
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of celebrities.
nextToken - If the previous response was incomplete (because there is more recognized celebrities to retrieve),
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of celebrities.public String getNextToken()
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of celebrities.
public GetCelebrityRecognitionRequest withNextToken(String nextToken)
If the previous response was incomplete (because there is more recognized celebrities to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of celebrities.
nextToken - If the previous response was incomplete (because there is more recognized celebrities to retrieve),
Rekognition Video returns a pagination token in the response. You can use this pagination token to
retrieve the next set of celebrities.public void setSortBy(String sortBy)
Sort to use for celebrities returned in Celebrities field. Specify ID to sort by the
celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.
sortBy - Sort to use for celebrities returned in Celebrities field. Specify ID to sort by
the celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.CelebrityRecognitionSortBypublic String getSortBy()
Sort to use for celebrities returned in Celebrities field. Specify ID to sort by the
celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.
Celebrities field. Specify ID to sort
by the celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was
recognized.CelebrityRecognitionSortBypublic GetCelebrityRecognitionRequest withSortBy(String sortBy)
Sort to use for celebrities returned in Celebrities field. Specify ID to sort by the
celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.
sortBy - Sort to use for celebrities returned in Celebrities field. Specify ID to sort by
the celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.CelebrityRecognitionSortBypublic GetCelebrityRecognitionRequest withSortBy(CelebrityRecognitionSortBy sortBy)
Sort to use for celebrities returned in Celebrities field. Specify ID to sort by the
celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.
sortBy - Sort to use for celebrities returned in Celebrities field. Specify ID to sort by
the celebrity identifier, specify TIMESTAMP to sort by the time the celebrity was recognized.CelebrityRecognitionSortBypublic String toString()
toString in class ObjectObject.toString()public GetCelebrityRecognitionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.