7#include <aws/athena/Athena_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
44 m_enabledHasBeenSet =
true;
60 template <
typename LogGroupT = Aws::String>
62 m_logGroupHasBeenSet =
true;
63 m_logGroup = std::forward<LogGroupT>(value);
65 template <
typename LogGroupT = Aws::String>
78 template <
typename LogStreamNamePrefixT = Aws::String>
80 m_logStreamNamePrefixHasBeenSet =
true;
81 m_logStreamNamePrefix = std::forward<LogStreamNamePrefixT>(value);
83 template <
typename LogStreamNamePrefixT = Aws::String>
96 template <
typename LogTypesT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
98 m_logTypesHasBeenSet =
true;
99 m_logTypes = std::forward<LogTypesT>(value);
101 template <
typename LogTypesT = Aws::Map<Aws::String, Aws::Vector<Aws::String>>>
106 template <
typename LogTypesKeyT = Aws::String,
typename LogTypesValueT = Aws::Vector<Aws::String>>
108 m_logTypesHasBeenSet =
true;
109 m_logTypes.emplace(std::forward<LogTypesKeyT>(key), std::forward<LogTypesValueT>(value));
114 bool m_enabled{
false};
121 bool m_enabledHasBeenSet =
false;
122 bool m_logGroupHasBeenSet =
false;
123 bool m_logStreamNamePrefixHasBeenSet =
false;
124 bool m_logTypesHasBeenSet =
false;
bool LogTypesHasBeenSet() const
void SetLogGroup(LogGroupT &&value)
CloudWatchLoggingConfiguration & WithLogStreamNamePrefix(LogStreamNamePrefixT &&value)
void SetLogTypes(LogTypesT &&value)
bool LogGroupHasBeenSet() const
const Aws::Map< Aws::String, Aws::Vector< Aws::String > > & GetLogTypes() const
CloudWatchLoggingConfiguration & WithLogGroup(LogGroupT &&value)
AWS_ATHENA_API CloudWatchLoggingConfiguration(Aws::Utils::Json::JsonView jsonValue)
void SetEnabled(bool value)
const Aws::String & GetLogStreamNamePrefix() const
const Aws::String & GetLogGroup() const
CloudWatchLoggingConfiguration & AddLogTypes(LogTypesKeyT &&key, LogTypesValueT &&value)
bool LogStreamNamePrefixHasBeenSet() const
void SetLogStreamNamePrefix(LogStreamNamePrefixT &&value)
bool EnabledHasBeenSet() const
AWS_ATHENA_API Aws::Utils::Json::JsonValue Jsonize() const
CloudWatchLoggingConfiguration & WithLogTypes(LogTypesT &&value)
AWS_ATHENA_API CloudWatchLoggingConfiguration()=default
CloudWatchLoggingConfiguration & WithEnabled(bool value)
AWS_ATHENA_API CloudWatchLoggingConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue