@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDICOMImportJobResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetDICOMImportJobResult() |
Modifier and Type | Method and Description |
---|---|
GetDICOMImportJobResult |
clone() |
boolean |
equals(Object obj) |
DICOMImportJobProperties |
getJobProperties()
The properties of the import job.
|
int |
hashCode() |
void |
setJobProperties(DICOMImportJobProperties jobProperties)
The properties of the import job.
|
String |
toString()
Returns a string representation of this object.
|
GetDICOMImportJobResult |
withJobProperties(DICOMImportJobProperties jobProperties)
The properties of the import job.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setJobProperties(DICOMImportJobProperties jobProperties)
The properties of the import job.
jobProperties
- The properties of the import job.public DICOMImportJobProperties getJobProperties()
The properties of the import job.
public GetDICOMImportJobResult withJobProperties(DICOMImportJobProperties jobProperties)
The properties of the import job.
jobProperties
- The properties of the import job.public String toString()
toString
in class Object
Object.toString()
public GetDICOMImportJobResult clone()