/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The output properties for a detection job.See Also:
AWS
* API Reference
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
When you use the OutputDataConfig object with asynchronous
* operations, you specify the Amazon S3 location where you want to write the
* output data. The URI must be in the same region as the API endpoint that you are
* calling. The location is used as the prefix for the actual location of the
* output.
The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline const Aws::String& GetS3Key() const{ return m_s3Key; } /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline bool S3KeyHasBeenSet() const { return m_s3KeyHasBeenSet; } /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline void SetS3Key(const Aws::String& value) { m_s3KeyHasBeenSet = true; m_s3Key = value; } /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline void SetS3Key(Aws::String&& value) { m_s3KeyHasBeenSet = true; m_s3Key = std::move(value); } /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline void SetS3Key(const char* value) { m_s3KeyHasBeenSet = true; m_s3Key.assign(value); } /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline OutputDataConfig& WithS3Key(const Aws::String& value) { SetS3Key(value); return *this;} /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline OutputDataConfig& WithS3Key(Aws::String&& value) { SetS3Key(std::move(value)); return *this;} /** *The path to the output data files in the S3 bucket. Amazon Comprehend Medical * creates an output directory using the job ID so that the output from one job * does not overwrite the output of another.
*/ inline OutputDataConfig& WithS3Key(const char* value) { SetS3Key(value); return *this;} private: Aws::String m_s3Bucket; bool m_s3BucketHasBeenSet; Aws::String m_s3Key; bool m_s3KeyHasBeenSet; }; } // namespace Model } // namespace ComprehendMedical } // namespace Aws