7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 m_enabledHasBeenSet =
true;
57 template <
typename KmsKeyT = Aws::String>
59 m_kmsKeyHasBeenSet =
true;
60 m_kmsKey = std::forward<KmsKeyT>(value);
62 template <
typename KmsKeyT = Aws::String>
69 bool m_enabled{
false};
72 bool m_enabledHasBeenSet =
false;
73 bool m_kmsKeyHasBeenSet =
false;
bool KmsKeyHasBeenSet() const
void SetKmsKey(KmsKeyT &&value)
bool EnabledHasBeenSet() const
AWS_ATHENA_API ManagedLoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
ManagedLoggingConfiguration & WithKmsKey(KmsKeyT &&value)
void SetEnabled(bool value)
const Aws::String & GetKmsKey() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ATHENA_API ManagedLoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API ManagedLoggingConfiguration()=default
ManagedLoggingConfiguration & WithEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue