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