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