@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
Unique identifier for the face detection job.
|
Integer |
getMaxResults()
Maximum number of results to return per paginated call.
|
String |
getNextToken()
If the previous response was incomplete (because there are more faces to retrieve), Amazon 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 results to return per paginated call.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there are more faces to retrieve), Amazon Rekognition Video
returns a pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetFaceDetectionRequest |
withJobId(String jobId)
Unique identifier for the face detection job.
|
GetFaceDetectionRequest |
withMaxResults(Integer maxResults)
Maximum number of results to return per paginated call.
|
GetFaceDetectionRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there are more faces to retrieve), Amazon Rekognition Video
returns a pagination token 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)
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 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 GetFaceDetectionRequest 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 are more faces to retrieve), Amazon 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), Amazon 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), Amazon 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), Amazon 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), Amazon 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 Object
Object.toString()
public GetFaceDetectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()