7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/translate/model/EncryptionKey.h>
49 template<
typename S3UriT = Aws::String>
50 void SetS3Uri(S3UriT&& value) { m_s3UriHasBeenSet =
true; m_s3Uri = std::forward<S3UriT>(value); }
51 template<
typename S3UriT = Aws::String>
59 template<
typename EncryptionKeyT = EncryptionKey>
60 void SetEncryptionKey(EncryptionKeyT&& value) { m_encryptionKeyHasBeenSet =
true; m_encryptionKey = std::forward<EncryptionKeyT>(value); }
61 template<
typename EncryptionKeyT = EncryptionKey>
67 bool m_s3UriHasBeenSet =
false;
70 bool m_encryptionKeyHasBeenSet =
false;
void SetS3Uri(S3UriT &&value)
void SetEncryptionKey(EncryptionKeyT &&value)
AWS_TRANSLATE_API OutputDataConfig()=default
OutputDataConfig & WithEncryptionKey(EncryptionKeyT &&value)
const EncryptionKey & GetEncryptionKey() const
bool EncryptionKeyHasBeenSet() const
bool S3UriHasBeenSet() const
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TRANSLATE_API OutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
OutputDataConfig & WithS3Uri(S3UriT &&value)
const Aws::String & GetS3Uri() const
AWS_TRANSLATE_API OutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue