@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetExpenseAnalysisRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetExpenseAnalysisRequest() |
Modifier and Type | Method and Description |
---|---|
GetExpenseAnalysisRequest |
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.
|
GetExpenseAnalysisRequest |
withJobId(String jobId)
A unique identifier for the text detection job.
|
GetExpenseAnalysisRequest |
withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call.
|
GetExpenseAnalysisRequest |
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
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.
jobId
- A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. 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
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.
JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.public GetExpenseAnalysisRequest withJobId(String jobId)
A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. A JobId
value is only valid for 7 days.
jobId
- A unique identifier for the text detection job. The JobId
is returned from
StartExpenseAnalysis
. 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 you can specify is 20. If you specify a value greater than 20, a maximum of 20 results is returned. The default value is 20.
maxResults
- The maximum number of results to return per paginated call. The largest value you can specify is 20. If
you specify a value greater than 20, a maximum of 20 results is returned. The default value is 20.public Integer getMaxResults()
The maximum number of results to return per paginated call. The largest value you can specify is 20. If you specify a value greater than 20, a maximum of 20 results is returned. The default value is 20.
public GetExpenseAnalysisRequest withMaxResults(Integer maxResults)
The maximum number of results to return per paginated call. The largest value you can specify is 20. If you specify a value greater than 20, a maximum of 20 results is returned. The default value is 20.
maxResults
- The maximum number of results to return per paginated call. The largest value you can specify is 20. If
you specify a value greater than 20, a maximum of 20 results is returned. The default value is 20.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 GetExpenseAnalysisRequest 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 GetExpenseAnalysisRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()