7#include <aws/translate/Translate_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/translate/model/EncryptionKey.h>
51 inline void SetS3Uri(
const char* value) { m_s3UriHasBeenSet =
true; m_s3Uri.assign(value); }
69 bool m_s3UriHasBeenSet =
false;
72 bool m_encryptionKeyHasBeenSet =
false;
const EncryptionKey & GetEncryptionKey() const
bool EncryptionKeyHasBeenSet() const
OutputDataConfig & WithEncryptionKey(const EncryptionKey &value)
bool S3UriHasBeenSet() const
AWS_TRANSLATE_API OutputDataConfig()
AWS_TRANSLATE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetS3Uri(const Aws::String &value)
OutputDataConfig & WithS3Uri(const char *value)
AWS_TRANSLATE_API OutputDataConfig(Aws::Utils::Json::JsonView jsonValue)
OutputDataConfig & WithS3Uri(Aws::String &&value)
const Aws::String & GetS3Uri() const
void SetS3Uri(Aws::String &&value)
OutputDataConfig & WithS3Uri(const Aws::String &value)
void SetS3Uri(const char *value)
AWS_TRANSLATE_API OutputDataConfig & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEncryptionKey(EncryptionKey &&value)
void SetEncryptionKey(const EncryptionKey &value)
OutputDataConfig & WithEncryptionKey(EncryptionKey &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue