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