@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLendingAnalysisSummaryResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetLendingAnalysisSummaryResult() |
Modifier and Type | Method and Description |
---|---|
GetLendingAnalysisSummaryResult |
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 |
getStatusMessage()
Returns if the lending analysis could not be completed.
|
LendingSummary |
getSummary()
Contains summary information for documents grouped by type.
|
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 |
setStatusMessage(String statusMessage)
Returns if the lending analysis could not be completed.
|
void |
setSummary(LendingSummary summary)
Contains summary information for documents grouped by type.
|
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.
|
GetLendingAnalysisSummaryResult |
withAnalyzeLendingModelVersion(String analyzeLendingModelVersion)
The current model version of the Analyze Lending API.
|
GetLendingAnalysisSummaryResult |
withDocumentMetadata(DocumentMetadata documentMetadata) |
GetLendingAnalysisSummaryResult |
withJobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisSummaryResult |
withJobStatus(String jobStatus)
The current status of the lending analysis job.
|
GetLendingAnalysisSummaryResult |
withStatusMessage(String statusMessage)
Returns if the lending analysis could not be completed.
|
GetLendingAnalysisSummaryResult |
withSummary(LendingSummary summary)
Contains summary information for documents grouped by type.
|
GetLendingAnalysisSummaryResult |
withWarnings(Collection<Warning> warnings)
A list of warnings that occurred during the lending analysis operation.
|
GetLendingAnalysisSummaryResult |
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 GetLendingAnalysisSummaryResult 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 GetLendingAnalysisSummaryResult withJobStatus(String jobStatus)
The current status of the lending analysis job.
jobStatus
- The current status of the lending analysis job.JobStatus
public GetLendingAnalysisSummaryResult withJobStatus(JobStatus jobStatus)
The current status of the lending analysis job.
jobStatus
- The current status of the lending analysis job.JobStatus
public void setSummary(LendingSummary summary)
Contains summary information for documents grouped by type.
summary
- Contains summary information for documents grouped by type.public LendingSummary getSummary()
Contains summary information for documents grouped by type.
public GetLendingAnalysisSummaryResult withSummary(LendingSummary summary)
Contains summary information for documents grouped by type.
summary
- Contains summary information for documents grouped by type.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 GetLendingAnalysisSummaryResult 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 GetLendingAnalysisSummaryResult 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 could not be completed. Contains explanation for what error occurred.
statusMessage
- Returns if the lending analysis could not be completed. Contains explanation for what error occurred.public String getStatusMessage()
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
public GetLendingAnalysisSummaryResult withStatusMessage(String statusMessage)
Returns if the lending analysis could not be completed. Contains explanation for what error occurred.
statusMessage
- Returns if the lending analysis 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 GetLendingAnalysisSummaryResult 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 GetLendingAnalysisSummaryResult clone()