7#include <aws/voice-id/VoiceID_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename KmsKeyIdT = Aws::String>
49 void SetKmsKeyId(KmsKeyIdT&& value) { m_kmsKeyIdHasBeenSet =
true; m_kmsKeyId = std::forward<KmsKeyIdT>(value); }
50 template<
typename KmsKeyIdT = Aws::String>
64 template<
typename S3UriT = Aws::String>
65 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
66 template<
typename S3UriT = Aws::String>
72 bool m_kmsKeyIdHasBeenSet =
false;
75 bool m_s3UriHasBeenSet =
false;
AWS_VOICEID_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Uri(S3UriT &&value)
OutputDataConfig & WithKmsKeyId(KmsKeyIdT &&value)
const Aws::String & GetKmsKeyId() const
const Aws::String & GetS3Uri() const
AWS_VOICEID_API OutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
bool S3UriHasBeenSet() const
OutputDataConfig & WithS3Uri(S3UriT &&value)
AWS_VOICEID_API OutputDataConfig()=default
AWS_VOICEID_API OutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyIdHasBeenSet() const
void SetKmsKeyId(KmsKeyIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue