7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafka/Kafka_EXPORTS.h>
34 m_enabledHasBeenSet =
true;
47 template <
typename LogGroupT = Aws::String>
49 m_logGroupHasBeenSet =
true;
50 m_logGroup = std::forward<LogGroupT>(value);
52 template <
typename LogGroupT = Aws::String>
59 bool m_enabled{
false};
62 bool m_enabledHasBeenSet =
false;
63 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