7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
49 inline void SetLogStreamARN(
const char* value) { m_logStreamARNHasBeenSet =
true; m_logStreamARN.assign(value); }
57 bool m_logStreamARNHasBeenSet =
false;
CloudWatchLoggingOption & WithLogStreamARN(const Aws::String &value)
CloudWatchLoggingOption & WithLogStreamARN(Aws::String &&value)
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLogStreamARN() const
AWS_KINESISANALYTICSV2_API CloudWatchLoggingOption(Aws::Utils::Json::JsonView jsonValue)
bool LogStreamARNHasBeenSet() const
void SetLogStreamARN(Aws::String &&value)
AWS_KINESISANALYTICSV2_API CloudWatchLoggingOption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API CloudWatchLoggingOption()
void SetLogStreamARN(const char *value)
void SetLogStreamARN(const Aws::String &value)
CloudWatchLoggingOption & WithLogStreamARN(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue