@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, setSdkResponseMetadata
public 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 Object
Object.toString()
public StartLabelDetectionResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.