7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
19namespace KafkaConnect {
42 m_enabledHasBeenSet =
true;
58 template <
typename LogGroupT = Aws::String>
60 m_logGroupHasBeenSet =
true;
61 m_logGroup = std::forward<LogGroupT>(value);
63 template <
typename LogGroupT = Aws::String>
70 bool m_enabled{
false};
73 bool m_enabledHasBeenSet =
false;
74 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