@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetLendingAnalysisSummaryRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetLendingAnalysisSummaryRequest() |
Modifier and Type | Method and Description |
---|---|
GetLendingAnalysisSummaryRequest |
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.
|
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.
|
GetLendingAnalysisSummaryRequest |
withJobId(String jobId)
A unique identifier for the lending or text-detection job.
|
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 GetLendingAnalysisSummaryRequest 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 Object
Object.toString()
public GetLendingAnalysisSummaryRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()