@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDocumentAnalysisResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartDocumentAnalysisResult() |
Modifier and Type | Method and Description |
---|---|
StartDocumentAnalysisResult |
clone() |
boolean |
equals(Object obj) |
String |
getJobId()
The identifier for the document text detection job.
|
int |
hashCode() |
void |
setJobId(String jobId)
The identifier for the document text detection job.
|
String |
toString()
Returns a string representation of this object.
|
StartDocumentAnalysisResult |
withJobId(String jobId)
The identifier for the document text detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobId(String jobId)
The identifier for the document text detection job. Use JobId
to identify the job in a subsequent
call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.
jobId
- The identifier for the document text detection job. Use JobId
to identify the job in a
subsequent call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.public String getJobId()
The identifier for the document text detection job. Use JobId
to identify the job in a subsequent
call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.
JobId
to identify the job in a
subsequent call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.public StartDocumentAnalysisResult withJobId(String jobId)
The identifier for the document text detection job. Use JobId
to identify the job in a subsequent
call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.
jobId
- The identifier for the document text detection job. Use JobId
to identify the job in a
subsequent call to GetDocumentAnalysis
. A JobId
value is only valid for 7 days.public String toString()
toString
in class Object
Object.toString()
public StartDocumentAnalysisResult clone()