7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
42 template <
typename LogStreamARNT = Aws::String>
44 m_logStreamARNHasBeenSet =
true;
45 m_logStreamARN = std::forward<LogStreamARNT>(value);
47 template <
typename LogStreamARNT = Aws::String>
62 template <
typename RoleARNT = Aws::String>
64 m_roleARNHasBeenSet =
true;
65 m_roleARN = std::forward<RoleARNT>(value);
67 template <
typename RoleARNT = Aws::String>
77 bool m_logStreamARNHasBeenSet =
false;
78 bool m_roleARNHasBeenSet =
false;
CloudWatchLoggingOption & WithRoleARN(RoleARNT &&value)
void SetRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOption & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_KINESISANALYTICS_API CloudWatchLoggingOption(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleARN() const
void SetLogStreamARN(LogStreamARNT &&value)
bool RoleARNHasBeenSet() const
bool LogStreamARNHasBeenSet() const
const Aws::String & GetLogStreamARN() const
CloudWatchLoggingOption & WithLogStreamARN(LogStreamARNT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOption()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue