7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalyticsV2
46 template<
typename CloudWatchLoggingOptionIdT = Aws::String>
47 void SetCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT&& value) { m_cloudWatchLoggingOptionIdHasBeenSet =
true; m_cloudWatchLoggingOptionId = std::forward<CloudWatchLoggingOptionIdT>(value); }
48 template<
typename CloudWatchLoggingOptionIdT = Aws::String>
59 template<
typename LogStreamARNT = Aws::String>
60 void SetLogStreamARN(LogStreamARNT&& value) { m_logStreamARNHasBeenSet =
true; m_logStreamARN = std::forward<LogStreamARNT>(value); }
61 template<
typename LogStreamARNT = Aws::String>
74 template<
typename RoleARNT = Aws::String>
75 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
76 template<
typename RoleARNT = Aws::String>
82 bool m_cloudWatchLoggingOptionIdHasBeenSet =
false;
85 bool m_logStreamARNHasBeenSet =
false;
88 bool m_roleARNHasBeenSet =
false;
CloudWatchLoggingOptionDescription & WithRoleARN(RoleARNT &&value)
void SetCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
const Aws::String & GetLogStreamARN() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetRoleARN() const
void SetRoleARN(RoleARNT &&value)
bool CloudWatchLoggingOptionIdHasBeenSet() const
void SetLogStreamARN(LogStreamARNT &&value)
CloudWatchLoggingOptionDescription & WithLogStreamARN(LogStreamARNT &&value)
bool LogStreamARNHasBeenSet() const
CloudWatchLoggingOptionDescription & WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
AWS_KINESISANALYTICSV2_API CloudWatchLoggingOptionDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICSV2_API CloudWatchLoggingOptionDescription()=default
const Aws::String & GetCloudWatchLoggingOptionId() const
bool RoleARNHasBeenSet() const
AWS_KINESISANALYTICSV2_API CloudWatchLoggingOptionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue