@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateLabelingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateLabelingJobResult() |
Modifier and Type | Method and Description |
---|---|
CreateLabelingJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getLabelingJobArn()
The Amazon Resource Name (ARN) of the labeling job.
|
int |
hashCode() |
void |
setLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
|
String |
toString()
Returns a string representation of this object.
|
CreateLabelingJobResult |
withLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.
labelingJobArn
- The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.public String getLabelingJobArn()
The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.
public CreateLabelingJobResult withLabelingJobArn(String labelingJobArn)
The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.
labelingJobArn
- The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.public String toString()
toString
in class Object
Object.toString()
public CreateLabelingJobResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.