7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/EncryptionOption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 m_encryptionOptionHasBeenSet =
true;
51 m_encryptionOption = value;
66 template <
typename KmsKeyT = Aws::String>
68 m_kmsKeyHasBeenSet =
true;
69 m_kmsKey = std::forward<KmsKeyT>(value);
71 template <
typename KmsKeyT = Aws::String>
81 bool m_encryptionOptionHasBeenSet =
false;
82 bool m_kmsKeyHasBeenSet =
false;
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ATHENA_API EncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
bool KmsKeyHasBeenSet() const
EncryptionOption GetEncryptionOption() const
void SetEncryptionOption(EncryptionOption value)
bool EncryptionOptionHasBeenSet() const
AWS_ATHENA_API EncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API EncryptionConfiguration()=default
const Aws::String & GetKmsKey() const
EncryptionConfiguration & WithEncryptionOption(EncryptionOption value)
void SetKmsKey(KmsKeyT &&value)
EncryptionConfiguration & WithKmsKey(KmsKeyT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue