@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetFaceDetectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetFaceDetectionRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetFaceDetectionRequest |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
Unique identifier for the face detection job.
|
Integer |
getMaxResults()
Maximum number of detected faces to return.
|
String |
getNextToken()
If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video returns a
pagination token in the response.
|
int |
hashCode() |
void |
setJobId(String jobId)
Unique identifier for the face detection job.
|
void |
setMaxResults(Integer maxResults)
Maximum number of detected faces to return.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video returns a
pagination token in the response.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetFaceDetectionRequest |
withJobId(String jobId)
Unique identifier for the face detection job.
|
GetFaceDetectionRequest |
withMaxResults(Integer maxResults)
Maximum number of detected faces to return.
|
GetFaceDetectionRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video returns a
pagination token in the response.
|
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)
Unique identifier for the face detection job. The JobId is returned from
StartFaceDetection.
jobId - Unique identifier for the face detection job. The JobId is returned from
StartFaceDetection.public String getJobId()
Unique identifier for the face detection job. The JobId is returned from
StartFaceDetection.
JobId is returned from
StartFaceDetection.public GetFaceDetectionRequest withJobId(String jobId)
Unique identifier for the face detection job. The JobId is returned from
StartFaceDetection.
jobId - Unique identifier for the face detection job. The JobId is returned from
StartFaceDetection.public void setMaxResults(Integer maxResults)
Maximum number of detected faces to return. The default is 1000.
maxResults - Maximum number of detected faces to return. The default is 1000.public Integer getMaxResults()
Maximum number of detected faces to return. The default is 1000.
public GetFaceDetectionRequest withMaxResults(Integer maxResults)
Maximum number of detected faces to return. The default is 1000.
maxResults - Maximum number of detected faces to return. The default is 1000.public void setNextToken(String nextToken)
If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
nextToken - If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
faces.public String getNextToken()
If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
public GetFaceDetectionRequest withNextToken(String nextToken)
If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
nextToken - If the previous response was incomplete (because there are more faces to retrieve), Rekognition Video
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
faces.public String toString()
toString in class ObjectObject.toString()public GetFaceDetectionRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.