7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/translate/Translate_EXPORTS.h>
9#include <aws/translate/model/EncryptionKey.h>
43 template <
typename S3UriT = Aws::String>
45 m_s3UriHasBeenSet =
true;
46 m_s3Uri = std::forward<S3UriT>(value);
48 template <
typename S3UriT = Aws::String>
50 SetS3Uri(std::forward<S3UriT>(value));
59 template <
typename EncryptionKeyT = EncryptionKey>
61 m_encryptionKeyHasBeenSet =
true;
62 m_encryptionKey = std::forward<EncryptionKeyT>(value);
64 template <
typename EncryptionKeyT = EncryptionKey>
74 bool m_s3UriHasBeenSet =
false;
75 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