@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAutoMLJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
CreateAutoMLJobResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateAutoMLJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getAutoMLJobArn()
The unique ARN assigned to the AutoML job when it is created.
|
int |
hashCode() |
void |
setAutoMLJobArn(String autoMLJobArn)
The unique ARN assigned to the AutoML job when it is created.
|
String |
toString()
Returns a string representation of this object.
|
CreateAutoMLJobResult |
withAutoMLJobArn(String autoMLJobArn)
The unique ARN assigned to the AutoML job when it is created.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setAutoMLJobArn(String autoMLJobArn)
The unique ARN assigned to the AutoML job when it is created.
autoMLJobArn - The unique ARN assigned to the AutoML job when it is created.public String getAutoMLJobArn()
The unique ARN assigned to the AutoML job when it is created.
public CreateAutoMLJobResult withAutoMLJobArn(String autoMLJobArn)
The unique ARN assigned to the AutoML job when it is created.
autoMLJobArn - The unique ARN assigned to the AutoML job when it is created.public String toString()
toString in class ObjectObject.toString()public CreateAutoMLJobResult clone()