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