7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
42 m_enabledHasBeenSet =
true;
58 template <
typename KmsKeyT = Aws::String>
60 m_kmsKeyHasBeenSet =
true;
61 m_kmsKey = std::forward<KmsKeyT>(value);
63 template <
typename KmsKeyT = Aws::String>
76 template <
typename LogLocationT = Aws::String>
78 m_logLocationHasBeenSet =
true;
79 m_logLocation = std::forward<LogLocationT>(value);
81 template <
typename LogLocationT = Aws::String>
88 bool m_enabled{
false};
93 bool m_enabledHasBeenSet =
false;
94 bool m_kmsKeyHasBeenSet =
false;
95 bool m_logLocationHasBeenSet =
false;
S3LoggingConfiguration & WithLogLocation(LogLocationT &&value)
void SetEnabled(bool value)
void SetKmsKey(KmsKeyT &&value)
S3LoggingConfiguration & WithKmsKey(KmsKeyT &&value)
AWS_ATHENA_API S3LoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
bool EnabledHasBeenSet() const
AWS_ATHENA_API S3LoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLogLocation() const
S3LoggingConfiguration & WithEnabled(bool value)
void SetLogLocation(LogLocationT &&value)
bool LogLocationHasBeenSet() const
const Aws::String & GetKmsKey() const
bool KmsKeyHasBeenSet() const
AWS_ATHENA_API S3LoggingConfiguration()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue