7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
58 template<
typename LogGroupT = Aws::String>
59 void SetLogGroup(LogGroupT&& value) { m_logGroupHasBeenSet =
true; m_logGroup = std::forward<LogGroupT>(value); }
60 template<
typename LogGroupT = Aws::String>
65 bool m_enabled{
false};
66 bool m_enabledHasBeenSet =
false;
69 bool m_logGroupHasBeenSet =
false;
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLogGroup(LogGroupT &&value)
const Aws::String & GetLogGroup() const
AWS_KAFKACONNECT_API CloudWatchLogsLogDelivery & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LogGroupHasBeenSet() const
AWS_KAFKACONNECT_API CloudWatchLogsLogDelivery()=default
bool EnabledHasBeenSet() const
CloudWatchLogsLogDelivery & WithEnabled(bool value)
CloudWatchLogsLogDelivery & WithLogGroup(LogGroupT &&value)
void SetEnabled(bool value)
AWS_KAFKACONNECT_API CloudWatchLogsLogDelivery(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue