@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DICOMImportJobProperties extends Object implements Serializable, Cloneable, StructuredPojo
Properties of the import job.
Constructor and Description |
---|
DICOMImportJobProperties() |
Modifier and Type | Method and Description |
---|---|
DICOMImportJobProperties |
clone() |
boolean |
equals(Object obj) |
String |
getDataAccessRoleArn()
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
String |
getDatastoreId()
The data store identifier.
|
Date |
getEndedAt()
The timestamp for when the import job was ended.
|
String |
getInputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
|
String |
getJobId()
The import job identifier.
|
String |
getJobName()
The import job name.
|
String |
getJobStatus()
The filters for listing import jobs based on status.
|
String |
getMessage()
The error message thrown if an import job fails.
|
String |
getOutputS3Uri()
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
Date |
getSubmittedAt()
The timestamp for when the import job was submitted.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
void |
setDatastoreId(String datastoreId)
The data store identifier.
|
void |
setEndedAt(Date endedAt)
The timestamp for when the import job was ended.
|
void |
setInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
|
void |
setJobId(String jobId)
The import job identifier.
|
void |
setJobName(String jobName)
The import job name.
|
void |
setJobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
void |
setMessage(String message)
The error message thrown if an import job fails.
|
void |
setOutputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
void |
setSubmittedAt(Date submittedAt)
The timestamp for when the import job was submitted.
|
String |
toString()
Returns a string representation of this object.
|
DICOMImportJobProperties |
withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
|
DICOMImportJobProperties |
withDatastoreId(String datastoreId)
The data store identifier.
|
DICOMImportJobProperties |
withEndedAt(Date endedAt)
The timestamp for when the import job was ended.
|
DICOMImportJobProperties |
withInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
|
DICOMImportJobProperties |
withJobId(String jobId)
The import job identifier.
|
DICOMImportJobProperties |
withJobName(String jobName)
The import job name.
|
DICOMImportJobProperties |
withJobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
|
DICOMImportJobProperties |
withJobStatus(String jobStatus)
The filters for listing import jobs based on status.
|
DICOMImportJobProperties |
withMessage(String message)
The error message thrown if an import job fails.
|
DICOMImportJobProperties |
withOutputS3Uri(String outputS3Uri)
The output prefix of the S3 bucket to upload the results of the DICOM import job.
|
DICOMImportJobProperties |
withSubmittedAt(Date submittedAt)
The timestamp for when the import job was submitted.
|
public void setJobId(String jobId)
The import job identifier.
jobId
- The import job identifier.public String getJobId()
The import job identifier.
public DICOMImportJobProperties withJobId(String jobId)
The import job identifier.
jobId
- The import job identifier.public void setJobName(String jobName)
The import job name.
jobName
- The import job name.public String getJobName()
The import job name.
public DICOMImportJobProperties withJobName(String jobName)
The import job name.
jobName
- The import job name.public void setJobStatus(String jobStatus)
The filters for listing import jobs based on status.
jobStatus
- The filters for listing import jobs based on status.JobStatus
public String getJobStatus()
The filters for listing import jobs based on status.
JobStatus
public DICOMImportJobProperties withJobStatus(String jobStatus)
The filters for listing import jobs based on status.
jobStatus
- The filters for listing import jobs based on status.JobStatus
public DICOMImportJobProperties withJobStatus(JobStatus jobStatus)
The filters for listing import jobs based on status.
jobStatus
- The filters for listing import jobs based on status.JobStatus
public void setDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public String getDatastoreId()
The data store identifier.
public DICOMImportJobProperties withDatastoreId(String datastoreId)
The data store identifier.
datastoreId
- The data store identifier.public void setDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
dataAccessRoleArn
- The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.public String getDataAccessRoleArn()
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
public DICOMImportJobProperties withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.
dataAccessRoleArn
- The Amazon Resource Name (ARN) that grants permissions to access medical imaging resources.public void setEndedAt(Date endedAt)
The timestamp for when the import job was ended.
endedAt
- The timestamp for when the import job was ended.public Date getEndedAt()
The timestamp for when the import job was ended.
public DICOMImportJobProperties withEndedAt(Date endedAt)
The timestamp for when the import job was ended.
endedAt
- The timestamp for when the import job was ended.public void setSubmittedAt(Date submittedAt)
The timestamp for when the import job was submitted.
submittedAt
- The timestamp for when the import job was submitted.public Date getSubmittedAt()
The timestamp for when the import job was submitted.
public DICOMImportJobProperties withSubmittedAt(Date submittedAt)
The timestamp for when the import job was submitted.
submittedAt
- The timestamp for when the import job was submitted.public void setInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
inputS3Uri
- The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.public String getInputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
public DICOMImportJobProperties withInputS3Uri(String inputS3Uri)
The input prefix path for the S3 bucket that contains the DICOM P10 files to be imported.
inputS3Uri
- The input prefix path for the S3 bucket that contains the DICOM P10 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 DICOMImportJobProperties 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 setMessage(String message)
The error message thrown if an import job fails.
message
- The error message thrown if an import job fails.public String getMessage()
The error message thrown if an import job fails.
public DICOMImportJobProperties withMessage(String message)
The error message thrown if an import job fails.
message
- The error message thrown if an import job fails.public String toString()
toString
in class Object
Object.toString()
public DICOMImportJobProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.