7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/athena/model/EncryptionOption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
66 template<
typename KmsKeyT = Aws::String>
67 void SetKmsKey(KmsKeyT&& value) { m_kmsKeyHasBeenSet =
true; m_kmsKey = std::forward<KmsKeyT>(value); }
68 template<
typename KmsKeyT = Aws::String>
74 bool m_encryptionOptionHasBeenSet =
false;
77 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