Class StartDicomImportJobRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.medicalimaging.model.MedicalImagingRequest
-
- software.amazon.awssdk.services.medicalimaging.model.StartDicomImportJobRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>
@Generated("software.amazon.awssdk:codegen") public final class StartDicomImportJobRequest extends MedicalImagingRequest implements ToCopyableBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartDicomImportJobRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartDicomImportJobRequest.Builderbuilder()StringclientToken()A unique identifier for API idempotency.StringdataAccessRoleArn()The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.StringdatastoreId()The data store identifier.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinputS3Uri()The input prefix path for the S3 bucket that contains the DICOM files to be imported.StringjobName()The import job name.StringoutputS3Uri()The output prefix of the S3 bucket to upload the results of the DICOM import job.List<SdkField<?>>sdkFields()static Class<? extends StartDicomImportJobRequest.Builder>serializableBuilderClass()StartDicomImportJobRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
jobName
public final String jobName()
The import job name.
- Returns:
- The import job name.
-
dataAccessRoleArn
public final String dataAccessRoleArn()
The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
- Returns:
- The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.
-
clientToken
public final String clientToken()
A unique identifier for API idempotency.
- Returns:
- A unique identifier for API idempotency.
-
datastoreId
public final String datastoreId()
The data store identifier.
- Returns:
- The data store identifier.
-
inputS3Uri
public final String inputS3Uri()
The input prefix path for the S3 bucket that contains the DICOM files to be imported.
- Returns:
- The input prefix path for the S3 bucket that contains the DICOM files to be imported.
-
outputS3Uri
public final String outputS3Uri()
The output prefix of the S3 bucket to upload the results of the DICOM import job.
- Returns:
- The output prefix of the S3 bucket to upload the results of the DICOM import job.
-
toBuilder
public StartDicomImportJobRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartDicomImportJobRequest.Builder,StartDicomImportJobRequest>- Specified by:
toBuilderin classMedicalImagingRequest
-
builder
public static StartDicomImportJobRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartDicomImportJobRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-