@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLendingAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLendingAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
GetLendingAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getAnalyzeLendingModelVersion()
The current model version of the Analyze Lending API.
|
DocumentMetadata |
getDocumentMetadata() |
String |
getJobStatus()
The current status of the lending analysis job.
|
String |
getNextToken()
If the response is truncated, Amazon Textract returns this token.
|
List<LendingResult> |
getResults()
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
String |
getStatusMessage()
Returns if the lending analysis job could not be completed.
|
List<Warning> |
getWarnings()
A list of warnings that occurred during the lending analysis operation.
|
int |
hashCode() |
void |
setAnalyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
void |
setDocumentMetadata(DocumentMetadata documentMetadata) |
void |
setJobStatus(String jobStatus)
The current status of the lending analysis job.
|
void |
setNextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
void |
setResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
void |
setStatusMessage(String statusMessage)
Returns if the lending analysis job could not be completed.
|
void |
setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
String |
toString()
Returns a string representation of this object.
|
GetLendingAnalysisResult |
withAnalyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
GetLendingAnalysisResult |
withDocumentMetadata(DocumentMetadata documentMetadata) |
GetLendingAnalysisResult |
withJobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResult |
withJobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisResult |
withNextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token.
|
GetLendingAnalysisResult |
withResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResult |
withResults(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
|
GetLendingAnalysisResult |
withStatusMessage(String statusMessage)
Returns if the lending analysis job could not be completed.
|
GetLendingAnalysisResult |
withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisResult |
withWarnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setDocumentMetadata(DocumentMetadata documentMetadata)
documentMetadata
- public DocumentMetadata getDocumentMetadata()
public GetLendingAnalysisResult withDocumentMetadata(DocumentMetadata documentMetadata)
documentMetadata
- public void setJobStatus(String jobStatus)
The current status of the lending analysis job.
jobStatus
- The current status of the lending analysis job.JobStatus
public String getJobStatus()
The current status of the lending analysis job.
JobStatus
public GetLendingAnalysisResult withJobStatus(String jobStatus)
The current status of the lending analysis job.
jobStatus
- The current status of the lending analysis job.JobStatus
public GetLendingAnalysisResult withJobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
jobStatus
- The current status of the lending analysis job.JobStatus
public void setNextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of lending results.
nextToken
- If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent
request to retrieve the next set of lending results.public String getNextToken()
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of lending results.
public GetLendingAnalysisResult withNextToken(String nextToken)
If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent request to retrieve the next set of lending results.
nextToken
- If the response is truncated, Amazon Textract returns this token. You can use this token in the subsequent
request to retrieve the next set of lending results.public List<LendingResult> getResults()
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
public void setResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
results
- Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.public GetLendingAnalysisResult withResults(LendingResult... results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
NOTE: This method appends the values to the existing list (if any). Use
setResults(java.util.Collection)
or withResults(java.util.Collection)
if you want to override
the existing values.
results
- Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.public GetLendingAnalysisResult withResults(Collection<LendingResult> results)
Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.
results
- Holds the information returned by one of AmazonTextract's document analysis operations for the pinstripe.public List<Warning> getWarnings()
A list of warnings that occurred during the lending analysis operation.
public void setWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
warnings
- A list of warnings that occurred during the lending analysis operation.public GetLendingAnalysisResult withWarnings(Warning... warnings)
A list of warnings that occurred during the lending analysis operation.
NOTE: This method appends the values to the existing list (if any). Use
setWarnings(java.util.Collection)
or withWarnings(java.util.Collection)
if you want to override
the existing values.
warnings
- A list of warnings that occurred during the lending analysis operation.public GetLendingAnalysisResult withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
warnings
- A list of warnings that occurred during the lending analysis operation.public void setStatusMessage(String statusMessage)
Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.
statusMessage
- Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.public String getStatusMessage()
Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.
public GetLendingAnalysisResult withStatusMessage(String statusMessage)
Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.
statusMessage
- Returns if the lending analysis job could not be completed. Contains explanation for what error occurred.public void setAnalyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
analyzeLendingModelVersion
- The current model version of the Analyze Lending API.public String getAnalyzeLendingModelVersion()
The current model version of the Analyze Lending API.
public GetLendingAnalysisResult withAnalyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
analyzeLendingModelVersion
- The current model version of the Analyze Lending API.public String toString()
toString
in class Object
Object.toString()
public GetLendingAnalysisResult clone()