7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesis/Kinesis_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;
CloudWatchLogs & WithEnabled(bool value)
AWS_KINESIS_API Aws::Utils::Json::JsonValue Jsonize() const
bool LogStreamNameHasBeenSet() const
const Aws::String & GetLogStreamName() const
void SetLogGroupName(LogGroupNameT &&value)
void SetEnabled(bool value)
void SetLogStreamName(LogStreamNameT &&value)
AWS_KINESIS_API CloudWatchLogs(Aws::Utils::Json::JsonView jsonValue)
bool LogGroupNameHasBeenSet() const
bool EnabledHasBeenSet() const
CloudWatchLogs & WithLogStreamName(LogStreamNameT &&value)
const Aws::String & GetLogGroupName() const
AWS_KINESIS_API CloudWatchLogs()=default
CloudWatchLogs & WithLogGroupName(LogGroupNameT &&value)
AWS_KINESIS_API CloudWatchLogs & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue