@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartMLModelTransformJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartMLModelTransformJobResult() |
Modifier and Type | Method and Description |
---|---|
StartMLModelTransformJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the model transform job.
|
Long |
getCreationTimeInMillis()
The creation time of the model transform job, in milliseconds.
|
String |
getId()
The unique ID of the new model transform job.
|
int |
hashCode() |
void |
setArn(String arn)
The ARN of the model transform job.
|
void |
setCreationTimeInMillis(Long creationTimeInMillis)
The creation time of the model transform job, in milliseconds.
|
void |
setId(String id)
The unique ID of the new model transform job.
|
String |
toString()
Returns a string representation of this object.
|
StartMLModelTransformJobResult |
withArn(String arn)
The ARN of the model transform job.
|
StartMLModelTransformJobResult |
withCreationTimeInMillis(Long creationTimeInMillis)
The creation time of the model transform job, in milliseconds.
|
StartMLModelTransformJobResult |
withId(String id)
The unique ID of the new model transform job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setId(String id)
The unique ID of the new model transform job.
id
- The unique ID of the new model transform job.public String getId()
The unique ID of the new model transform job.
public StartMLModelTransformJobResult withId(String id)
The unique ID of the new model transform job.
id
- The unique ID of the new model transform job.public void setArn(String arn)
The ARN of the model transform job.
arn
- The ARN of the model transform job.public String getArn()
The ARN of the model transform job.
public StartMLModelTransformJobResult withArn(String arn)
The ARN of the model transform job.
arn
- The ARN of the model transform job.public void setCreationTimeInMillis(Long creationTimeInMillis)
The creation time of the model transform job, in milliseconds.
creationTimeInMillis
- The creation time of the model transform job, in milliseconds.public Long getCreationTimeInMillis()
The creation time of the model transform job, in milliseconds.
public StartMLModelTransformJobResult withCreationTimeInMillis(Long creationTimeInMillis)
The creation time of the model transform job, in milliseconds.
creationTimeInMillis
- The creation time of the model transform job, in milliseconds.public String toString()
toString
in class Object
Object.toString()
public StartMLModelTransformJobResult clone()