7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/firehose/Firehose_EXPORTS.h>
42 m_enabledHasBeenSet =
true;
58 template <
typename LogGroupNameT = Aws::String>
60 m_logGroupNameHasBeenSet =
true;
61 m_logGroupName = std::forward<LogGroupNameT>(value);
63 template <
typename LogGroupNameT = Aws::String>
77 template <
typename LogStreamNameT = Aws::String>
79 m_logStreamNameHasBeenSet =
true;
80 m_logStreamName = std::forward<LogStreamNameT>(value);
82 template <
typename LogStreamNameT = Aws::String>
89 bool m_enabled{
false};
94 bool m_enabledHasBeenSet =
false;
95 bool m_logGroupNameHasBeenSet =
false;
96 bool m_logStreamNameHasBeenSet =
false;
const Aws::String & GetLogStreamName() const
void SetEnabled(bool value)
AWS_FIREHOSE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_FIREHOSE_API CloudWatchLoggingOptions()=default
const Aws::String & GetLogGroupName() const
AWS_FIREHOSE_API CloudWatchLoggingOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool EnabledHasBeenSet() const
bool LogStreamNameHasBeenSet() const
bool LogGroupNameHasBeenSet() const
CloudWatchLoggingOptions & WithEnabled(bool value)
AWS_FIREHOSE_API CloudWatchLoggingOptions(Aws::Utils::Json::JsonView jsonValue)
void SetLogStreamName(LogStreamNameT &&value)
CloudWatchLoggingOptions & WithLogGroupName(LogGroupNameT &&value)
void SetLogGroupName(LogGroupNameT &&value)
CloudWatchLoggingOptions & WithLogStreamName(LogStreamNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue