@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDocumentAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetDocumentAnalysisRequest() |
Modifier and Type | Method and Description |
---|---|
GetDocumentAnalysisRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getJobId()
A unique identifier for the text-detection job.
|
Integer |
getMaxResults()
The maximum number of results to return per paginated call.
|
String |
getNextToken()
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a
pagination token in the response.
|
int |
hashCode() |
void |
setJobId(String jobId)
A unique identifier for the text-detection job.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
void |
setNextToken(String nextToken)
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a
pagination token in the response.
|
String |
toString()
Returns a string representation of this object.
|
GetDocumentAnalysisRequest |
withJobId(String jobId)
A unique identifier for the text-detection job.
|
GetDocumentAnalysisRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
GetDocumentAnalysisRequest |
withNextToken(String nextToken)
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract 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)
A unique identifier for the text-detection job. The JobId
is returned from
StartDocumentAnalysis
. A JobId
value is only valid for 7 days.
jobId
- A unique identifier for the text-detection job. The JobId
is returned from
StartDocumentAnalysis
. A JobId
value is only valid for 7 days.public String getJobId()
A unique identifier for the text-detection job. The JobId
is returned from
StartDocumentAnalysis
. A JobId
value is only valid for 7 days.
JobId
is returned from
StartDocumentAnalysis
. A JobId
value is only valid for 7 days.public GetDocumentAnalysisRequest withJobId(String jobId)
A unique identifier for the text-detection job. The JobId
is returned from
StartDocumentAnalysis
. A JobId
value is only valid for 7 days.
jobId
- A unique identifier for the text-detection job. The JobId
is returned from
StartDocumentAnalysis
. A JobId
value is only valid for 7 days.public void setMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.
maxResults
- The maximum number of results to return per paginated call. The largest value that you can specify is
1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default
value is 1,000.public Integer getMaxResults()
The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.
public GetDocumentAnalysisRequest withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value that you can specify is 1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default value is 1,000.
maxResults
- The maximum number of results to return per paginated call. The largest value that you can specify is
1,000. If you specify a value greater than 1,000, a maximum of 1,000 results is returned. The default
value is 1,000.public void setNextToken(String nextToken)
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.
nextToken
- If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
blocks.public String getNextToken()
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.
public GetDocumentAnalysisRequest withNextToken(String nextToken)
If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract returns a pagination token in the response. You can use this pagination token to retrieve the next set of blocks.
nextToken
- If the previous response was incomplete (because there are more blocks to retrieve), Amazon Textract
returns a pagination token in the response. You can use this pagination token to retrieve the next set of
blocks.public String toString()
toString
in class Object
Object.toString()
public GetDocumentAnalysisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()