@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartLendingAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartLendingAnalysisResult() |
| Modifier and Type | Method and Description |
|---|---|
StartLendingAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
A unique identifier for the lending or text-detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
A unique identifier for the lending or text-detection job.
|
String |
toString()
Returns a string representation of this object.
|
StartLendingAnalysisResult |
withJobId(String jobId)
A unique identifier for the lending or text-detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 StartLendingAnalysisResult 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 String toString()
toString in class ObjectObject.toString()public StartLendingAnalysisResult clone()