@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetMLDataProcessingJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetMLDataProcessingJobResult() |
Modifier and Type | Method and Description |
---|---|
GetMLDataProcessingJobResult |
clone() |
boolean |
equals(Object obj) |
String |
getId()
The unique identifier of this data-processing job.
|
MlResourceDefinition |
getProcessingJob()
Definition of the data processing job.
|
String |
getStatus()
Status of the data processing job.
|
int |
hashCode() |
void |
setId(String id)
The unique identifier of this data-processing job.
|
void |
setProcessingJob(MlResourceDefinition processingJob)
Definition of the data processing job.
|
void |
setStatus(String status)
Status of the data processing job.
|
String |
toString()
Returns a string representation of this object.
|
GetMLDataProcessingJobResult |
withId(String id)
The unique identifier of this data-processing job.
|
GetMLDataProcessingJobResult |
withProcessingJob(MlResourceDefinition processingJob)
Definition of the data processing job.
|
GetMLDataProcessingJobResult |
withStatus(String status)
Status of the data processing job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setStatus(String status)
Status of the data processing job.
status
- Status of the data processing job.public String getStatus()
Status of the data processing job.
public GetMLDataProcessingJobResult withStatus(String status)
Status of the data processing job.
status
- Status of the data processing job.public void setId(String id)
The unique identifier of this data-processing job.
id
- The unique identifier of this data-processing job.public String getId()
The unique identifier of this data-processing job.
public GetMLDataProcessingJobResult withId(String id)
The unique identifier of this data-processing job.
id
- The unique identifier of this data-processing job.public void setProcessingJob(MlResourceDefinition processingJob)
Definition of the data processing job.
processingJob
- Definition of the data processing job.public MlResourceDefinition getProcessingJob()
Definition of the data processing job.
public GetMLDataProcessingJobResult withProcessingJob(MlResourceDefinition processingJob)
Definition of the data processing job.
processingJob
- Definition of the data processing job.public String toString()
toString
in class Object
Object.toString()
public GetMLDataProcessingJobResult clone()