7#include <aws/kafka/Kafka_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
39 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
47 template<
typename LogGroupT = Aws::String>
48 void SetLogGroup(LogGroupT&& value) { m_logGroupHasBeenSet =
true; m_logGroup = std::forward<LogGroupT>(value); }
49 template<
typename LogGroupT = Aws::String>
54 bool m_enabled{
false};
55 bool m_enabledHasBeenSet =
false;
58 bool m_logGroupHasBeenSet =
false;
AWS_KAFKA_API Aws::Utils::Json::JsonValue Jsonize() const
CloudWatchLogs & WithEnabled(bool value)
bool EnabledHasBeenSet() const
const Aws::String & GetLogGroup() const
AWS_KAFKA_API CloudWatchLogs()=default
CloudWatchLogs & WithLogGroup(LogGroupT &&value)
AWS_KAFKA_API CloudWatchLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEnabled(bool value)
bool LogGroupHasBeenSet() const
void SetLogGroup(LogGroupT &&value)
AWS_KAFKA_API CloudWatchLogs(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue