/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The configuration containing output file information for a batch
* job.See Also:
AWS
* API Reference
The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline const Aws::String& GetKmsKeyId() const{ return m_kmsKeyId; } /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline bool KmsKeyIdHasBeenSet() const { return m_kmsKeyIdHasBeenSet; } /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline void SetKmsKeyId(const Aws::String& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = value; } /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline void SetKmsKeyId(Aws::String&& value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId = std::move(value); } /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline void SetKmsKeyId(const char* value) { m_kmsKeyIdHasBeenSet = true; m_kmsKeyId.assign(value); } /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline OutputDataConfig& WithKmsKeyId(const Aws::String& value) { SetKmsKeyId(value); return *this;} /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline OutputDataConfig& WithKmsKeyId(Aws::String&& value) { SetKmsKeyId(std::move(value)); return *this;} /** *The identifier of the KMS key you want Voice ID to use to encrypt the output * file of a speaker enrollment job/fraudster registration job.
*/ inline OutputDataConfig& WithKmsKeyId(const char* value) { SetKmsKeyId(value); return *this;} /** *The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.
The S3 path of the folder where Voice ID writes the job output file. It has a
* *.out
extension. For example, if the input file name is
* input-file.json
and the output folder path is
* s3://output-bucket/output-folder
, the full output file path is
* s3://output-bucket/output-folder/job-Id/input-file.json.out
.