/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include #include #include #include #include namespace Aws { namespace MedicalImaging { namespace Model { /** */ class StartDICOMImportJobRequest : public MedicalImagingRequest { public: AWS_MEDICALIMAGING_API StartDICOMImportJobRequest(); // Service request name is the Operation name which will send this request out, // each operation should has unique request name, so that we can get operation's name from this request. // Note: this is not true for response, multiple operations may have the same response name, // so we can not get operation's name from response. inline virtual const char* GetServiceRequestName() const override { return "StartDICOMImportJob"; } AWS_MEDICALIMAGING_API Aws::String SerializePayload() const override; /** *

The import job name.

*/ inline const Aws::String& GetJobName() const{ return m_jobName; } /** *

The import job name.

*/ inline bool JobNameHasBeenSet() const { return m_jobNameHasBeenSet; } /** *

The import job name.

*/ inline void SetJobName(const Aws::String& value) { m_jobNameHasBeenSet = true; m_jobName = value; } /** *

The import job name.

*/ inline void SetJobName(Aws::String&& value) { m_jobNameHasBeenSet = true; m_jobName = std::move(value); } /** *

The import job name.

*/ inline void SetJobName(const char* value) { m_jobNameHasBeenSet = true; m_jobName.assign(value); } /** *

The import job name.

*/ inline StartDICOMImportJobRequest& WithJobName(const Aws::String& value) { SetJobName(value); return *this;} /** *

The import job name.

*/ inline StartDICOMImportJobRequest& WithJobName(Aws::String&& value) { SetJobName(std::move(value)); return *this;} /** *

The import job name.

*/ inline StartDICOMImportJobRequest& WithJobName(const char* value) { SetJobName(value); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline const Aws::String& GetDataAccessRoleArn() const{ return m_dataAccessRoleArn; } /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline bool DataAccessRoleArnHasBeenSet() const { return m_dataAccessRoleArnHasBeenSet; } /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline void SetDataAccessRoleArn(const Aws::String& value) { m_dataAccessRoleArnHasBeenSet = true; m_dataAccessRoleArn = value; } /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline void SetDataAccessRoleArn(Aws::String&& value) { m_dataAccessRoleArnHasBeenSet = true; m_dataAccessRoleArn = std::move(value); } /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline void SetDataAccessRoleArn(const char* value) { m_dataAccessRoleArnHasBeenSet = true; m_dataAccessRoleArn.assign(value); } /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline StartDICOMImportJobRequest& WithDataAccessRoleArn(const Aws::String& value) { SetDataAccessRoleArn(value); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline StartDICOMImportJobRequest& WithDataAccessRoleArn(Aws::String&& value) { SetDataAccessRoleArn(std::move(value)); return *this;} /** *

The Amazon Resource Name (ARN) of the IAM role that grants permission to * access medical imaging resources.

*/ inline StartDICOMImportJobRequest& WithDataAccessRoleArn(const char* value) { SetDataAccessRoleArn(value); return *this;} /** *

A unique identifier for API idempotency.

*/ inline const Aws::String& GetClientToken() const{ return m_clientToken; } /** *

A unique identifier for API idempotency.

*/ inline bool ClientTokenHasBeenSet() const { return m_clientTokenHasBeenSet; } /** *

A unique identifier for API idempotency.

*/ inline void SetClientToken(const Aws::String& value) { m_clientTokenHasBeenSet = true; m_clientToken = value; } /** *

A unique identifier for API idempotency.

*/ inline void SetClientToken(Aws::String&& value) { m_clientTokenHasBeenSet = true; m_clientToken = std::move(value); } /** *

A unique identifier for API idempotency.

*/ inline void SetClientToken(const char* value) { m_clientTokenHasBeenSet = true; m_clientToken.assign(value); } /** *

A unique identifier for API idempotency.

*/ inline StartDICOMImportJobRequest& WithClientToken(const Aws::String& value) { SetClientToken(value); return *this;} /** *

A unique identifier for API idempotency.

*/ inline StartDICOMImportJobRequest& WithClientToken(Aws::String&& value) { SetClientToken(std::move(value)); return *this;} /** *

A unique identifier for API idempotency.

*/ inline StartDICOMImportJobRequest& WithClientToken(const char* value) { SetClientToken(value); return *this;} /** *

The data store identifier.

*/ inline const Aws::String& GetDatastoreId() const{ return m_datastoreId; } /** *

The data store identifier.

*/ inline bool DatastoreIdHasBeenSet() const { return m_datastoreIdHasBeenSet; } /** *

The data store identifier.

*/ inline void SetDatastoreId(const Aws::String& value) { m_datastoreIdHasBeenSet = true; m_datastoreId = value; } /** *

The data store identifier.

*/ inline void SetDatastoreId(Aws::String&& value) { m_datastoreIdHasBeenSet = true; m_datastoreId = std::move(value); } /** *

The data store identifier.

*/ inline void SetDatastoreId(const char* value) { m_datastoreIdHasBeenSet = true; m_datastoreId.assign(value); } /** *

The data store identifier.

*/ inline StartDICOMImportJobRequest& WithDatastoreId(const Aws::String& value) { SetDatastoreId(value); return *this;} /** *

The data store identifier.

*/ inline StartDICOMImportJobRequest& WithDatastoreId(Aws::String&& value) { SetDatastoreId(std::move(value)); return *this;} /** *

The data store identifier.

*/ inline StartDICOMImportJobRequest& WithDatastoreId(const char* value) { SetDatastoreId(value); return *this;} /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline const Aws::String& GetInputS3Uri() const{ return m_inputS3Uri; } /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline bool InputS3UriHasBeenSet() const { return m_inputS3UriHasBeenSet; } /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline void SetInputS3Uri(const Aws::String& value) { m_inputS3UriHasBeenSet = true; m_inputS3Uri = value; } /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline void SetInputS3Uri(Aws::String&& value) { m_inputS3UriHasBeenSet = true; m_inputS3Uri = std::move(value); } /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline void SetInputS3Uri(const char* value) { m_inputS3UriHasBeenSet = true; m_inputS3Uri.assign(value); } /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline StartDICOMImportJobRequest& WithInputS3Uri(const Aws::String& value) { SetInputS3Uri(value); return *this;} /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline StartDICOMImportJobRequest& WithInputS3Uri(Aws::String&& value) { SetInputS3Uri(std::move(value)); return *this;} /** *

The input prefix path for the S3 bucket that contains the DICOM files to be * imported.

*/ inline StartDICOMImportJobRequest& WithInputS3Uri(const char* value) { SetInputS3Uri(value); return *this;} /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline const Aws::String& GetOutputS3Uri() const{ return m_outputS3Uri; } /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline bool OutputS3UriHasBeenSet() const { return m_outputS3UriHasBeenSet; } /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline void SetOutputS3Uri(const Aws::String& value) { m_outputS3UriHasBeenSet = true; m_outputS3Uri = value; } /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline void SetOutputS3Uri(Aws::String&& value) { m_outputS3UriHasBeenSet = true; m_outputS3Uri = std::move(value); } /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline void SetOutputS3Uri(const char* value) { m_outputS3UriHasBeenSet = true; m_outputS3Uri.assign(value); } /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline StartDICOMImportJobRequest& WithOutputS3Uri(const Aws::String& value) { SetOutputS3Uri(value); return *this;} /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline StartDICOMImportJobRequest& WithOutputS3Uri(Aws::String&& value) { SetOutputS3Uri(std::move(value)); return *this;} /** *

The output prefix of the S3 bucket to upload the results of the DICOM import * job.

*/ inline StartDICOMImportJobRequest& WithOutputS3Uri(const char* value) { SetOutputS3Uri(value); return *this;} private: Aws::String m_jobName; bool m_jobNameHasBeenSet = false; Aws::String m_dataAccessRoleArn; bool m_dataAccessRoleArnHasBeenSet = false; Aws::String m_clientToken; bool m_clientTokenHasBeenSet = false; Aws::String m_datastoreId; bool m_datastoreIdHasBeenSet = false; Aws::String m_inputS3Uri; bool m_inputS3UriHasBeenSet = false; Aws::String m_outputS3Uri; bool m_outputS3UriHasBeenSet = false; }; } // namespace Model } // namespace MedicalImaging } // namespace Aws