7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename KmsKeyT = Aws::String>
49 void SetKmsKey(KmsKeyT&& value) { m_kmsKeyHasBeenSet =
true; m_kmsKey = std::forward<KmsKeyT>(value); }
50 template<
typename KmsKeyT = Aws::String>
56 bool m_kmsKeyHasBeenSet =
false;
void SetKmsKey(KmsKeyT &&value)
bool KmsKeyHasBeenSet() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ATHENA_API ManagedQueryResultsEncryptionConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API ManagedQueryResultsEncryptionConfiguration()=default
AWS_ATHENA_API ManagedQueryResultsEncryptionConfiguration(Aws::Utils::Json::JsonView jsonValue)
ManagedQueryResultsEncryptionConfiguration & WithKmsKey(KmsKeyT &&value)
const Aws::String & GetKmsKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue