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