@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDICOMImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| StartDICOMImportJobResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| StartDICOMImportJobResult | clone() | 
| boolean | equals(Object obj) | 
| String | getDatastoreId()
 The data store identifier. | 
| String | getJobId()
 The import job identifier. | 
| String | getJobStatus()
 The import job status. | 
| Date | getSubmittedAt()
 The timestamp when the import job was submitted. | 
| int | hashCode() | 
| void | setDatastoreId(String datastoreId)
 The data store identifier. | 
| void | setJobId(String jobId)
 The import job identifier. | 
| void | setJobStatus(String jobStatus)
 The import job status. | 
| void | setSubmittedAt(Date submittedAt)
 The timestamp when the import job was submitted. | 
| String | toString()Returns a string representation of this object. | 
| StartDICOMImportJobResult | withDatastoreId(String datastoreId)
 The data store identifier. | 
| StartDICOMImportJobResult | withJobId(String jobId)
 The import job identifier. | 
| StartDICOMImportJobResult | withJobStatus(JobStatus jobStatus)
 The import job status. | 
| StartDICOMImportJobResult | withJobStatus(String jobStatus)
 The import job status. | 
| StartDICOMImportJobResult | withSubmittedAt(Date submittedAt)
 The timestamp when the import job was submitted. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public String getDatastoreId()
The data store identifier.
public StartDICOMImportJobResult withDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public void setJobId(String jobId)
The import job identifier.
jobId - The import job identifier.public String getJobId()
The import job identifier.
public StartDICOMImportJobResult withJobId(String jobId)
The import job identifier.
jobId - The import job identifier.public void setJobStatus(String jobStatus)
The import job status.
jobStatus - The import job status.JobStatuspublic String getJobStatus()
The import job status.
JobStatuspublic StartDICOMImportJobResult withJobStatus(String jobStatus)
The import job status.
jobStatus - The import job status.JobStatuspublic StartDICOMImportJobResult withJobStatus(JobStatus jobStatus)
The import job status.
jobStatus - The import job status.JobStatuspublic void setSubmittedAt(Date submittedAt)
The timestamp when the import job was submitted.
submittedAt - The timestamp when the import job was submitted.public Date getSubmittedAt()
The timestamp when the import job was submitted.
public StartDICOMImportJobResult withSubmittedAt(Date submittedAt)
The timestamp when the import job was submitted.
submittedAt - The timestamp when the import job was submitted.public String toString()
toString in class ObjectObject.toString()public StartDICOMImportJobResult clone()