@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDocumentTextDetectionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
StartDocumentTextDetectionResult() |
| Modifier and Type | Method and Description |
|---|---|
StartDocumentTextDetectionResult |
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.
|
StartDocumentTextDetectionResult |
withJobId(String jobId)
The identifier for the document text-detection job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setJobId(String jobId)
The identifier for the document text-detection job. Use JobId to identify the job in a subsequent
call to GetDocumentTextDetection.
jobId - The identifier for the document text-detection job. Use JobId to identify the job in a
subsequent call to GetDocumentTextDetection.public String getJobId()
The identifier for the document text-detection job. Use JobId to identify the job in a subsequent
call to GetDocumentTextDetection.
JobId to identify the job in a
subsequent call to GetDocumentTextDetection.public StartDocumentTextDetectionResult withJobId(String jobId)
The identifier for the document text-detection job. Use JobId to identify the job in a subsequent
call to GetDocumentTextDetection.
jobId - The identifier for the document text-detection job. Use JobId to identify the job in a
subsequent call to GetDocumentTextDetection.public String toString()
toString in class ObjectObject.toString()public StartDocumentTextDetectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.