7#include <aws/kafkaconnect/KafkaConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
59 inline void SetLogGroup(
const char* value) { m_logGroupHasBeenSet =
true; m_logGroup.assign(value); }
67 bool m_enabledHasBeenSet =
false;
70 bool m_logGroupHasBeenSet =
false;
CloudWatchLogsLogDeliveryDescription & WithLogGroup(Aws::String &&value)
void SetLogGroup(Aws::String &&value)
void SetLogGroup(const Aws::String &value)
void SetEnabled(bool value)
CloudWatchLogsLogDeliveryDescription & WithLogGroup(const Aws::String &value)
CloudWatchLogsLogDeliveryDescription & WithLogGroup(const char *value)
bool LogGroupHasBeenSet() const
void SetLogGroup(const char *value)
const Aws::String & GetLogGroup() const
AWS_KAFKACONNECT_API CloudWatchLogsLogDeliveryDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EnabledHasBeenSet() const
AWS_KAFKACONNECT_API CloudWatchLogsLogDeliveryDescription()
AWS_KAFKACONNECT_API CloudWatchLogsLogDeliveryDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KAFKACONNECT_API Aws::Utils::Json::JsonValue Jsonize() const
CloudWatchLogsLogDeliveryDescription & WithEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue