@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetDICOMImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetDICOMImportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetDICOMImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatastoreId()
The data store identifier.
|
String |
getJobId()
The import job identifier.
|
int |
hashCode() |
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setJobId(String jobId)
The import job identifier.
|
String |
toString()
Returns a string representation of this object.
|
GetDICOMImportJobRequest |
withDatastoreId(String datastoreId)
The data store identifier.
|
GetDICOMImportJobRequest |
withJobId(String jobId)
The import job identifier.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId - The data store identifier.public String getDatastoreId()
The data store identifier.
public GetDICOMImportJobRequest 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 GetDICOMImportJobRequest withJobId(String jobId)
The import job identifier.
jobId - The import job identifier.public String toString()
toString in class ObjectObject.toString()public GetDICOMImportJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()