@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartDICOMImportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartDICOMImportJobRequest() |
Modifier and Type | Method and Description |
---|---|
StartDICOMImportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getClientToken()
A unique identifier for API idempotency.
|
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
|
String |
getDatastoreId()
The data store identifier.
|
String |
getInputOwnerAccountId()
The account ID of the source S3 bucket owner.
|
String |
getInputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
|
String |
getJobName()
The import job name.
|
String |
getOutputS3Uri()
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
int |
hashCode() |
void |
setClientToken(String clientToken)
A unique identifier for API idempotency.
|
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
|
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setInputOwnerAccountId(String inputOwnerAccountId)
The account ID of the source S3 bucket owner.
|
void |
setInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
|
void |
setJobName(String jobName)
The import job name.
|
void |
setOutputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
String |
toString()
Returns a string representation of this object.
|
StartDICOMImportJobRequest |
withClientToken(String clientToken)
A unique identifier for API idempotency.
|
StartDICOMImportJobRequest |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
|
StartDICOMImportJobRequest |
withDatastoreId(String datastoreId)
The data store identifier.
|
StartDICOMImportJobRequest |
withInputOwnerAccountId(String inputOwnerAccountId)
The account ID of the source S3 bucket owner.
|
StartDICOMImportJobRequest |
withInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
|
StartDICOMImportJobRequest |
withJobName(String jobName)
The import job name.
|
StartDICOMImportJobRequest |
withOutputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
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, withSdkRequestTimeout
public void setJobName(String jobName)
The import job name.
jobName
- The import job name.public String getJobName()
The import job name.
public StartDICOMImportJobRequest withJobName(String jobName)
The import job name.
jobName
- The import job name.public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
public StartDICOMImportJobRequest withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
dataAccessRoleArn
- The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.public void setClientToken(String clientToken)
A unique identifier for API idempotency.
clientToken
- A unique identifier for API idempotency.public String getClientToken()
A unique identifier for API idempotency.
public StartDICOMImportJobRequest withClientToken(String clientToken)
A unique identifier for API idempotency.
clientToken
- A unique identifier for API idempotency.public void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public String getDatastoreId()
The data store identifier.
public StartDICOMImportJobRequest withDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public void setInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
inputS3Uri
- The input prefix path for the S3 bucket that contains the DICOM files to be imported.public String getInputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
public StartDICOMImportJobRequest withInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
inputS3Uri
- The input prefix path for the S3 bucket that contains the DICOM files to be imported.public void setOutputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
outputS3Uri
- The output prefix of the S3 bucket to upload the results of the DICOM import job.public String getOutputS3Uri()
The output prefix of the S3 bucket to upload the results of the DICOM import job.
public StartDICOMImportJobRequest withOutputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
outputS3Uri
- The output prefix of the S3 bucket to upload the results of the DICOM import job.public void setInputOwnerAccountId(String inputOwnerAccountId)
The account ID of the source S3 bucket owner.
inputOwnerAccountId
- The account ID of the source S3 bucket owner.public String getInputOwnerAccountId()
The account ID of the source S3 bucket owner.
public StartDICOMImportJobRequest withInputOwnerAccountId(String inputOwnerAccountId)
The account ID of the source S3 bucket owner.
inputOwnerAccountId
- The account ID of the source S3 bucket owner.public String toString()
toString
in class Object
Object.toString()
public StartDICOMImportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()