7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
21namespace KinesisAnalytics
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>
58 template<
typename LogStreamARNT = Aws::String>
59 void SetLogStreamARN(LogStreamARNT&& value) { m_logStreamARNHasBeenSet =
true; m_logStreamARN = std::forward<LogStreamARNT>(value); }
60 template<
typename LogStreamARNT = Aws::String>
72 template<
typename RoleARNT = Aws::String>
73 void SetRoleARN(RoleARNT&& value) { m_roleARNHasBeenSet =
true; m_roleARN = std::forward<RoleARNT>(value); }
74 template<
typename RoleARNT = Aws::String>
80 bool m_cloudWatchLoggingOptionIdHasBeenSet =
false;
83 bool m_logStreamARNHasBeenSet =
false;
86 bool m_roleARNHasBeenSet =
false;
void SetRoleARN(RoleARNT &&value)
bool RoleARNHasBeenSet() const
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRoleARN() const
CloudWatchLoggingOptionDescription & WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
const Aws::String & GetCloudWatchLoggingOptionId() const
CloudWatchLoggingOptionDescription & WithLogStreamARN(LogStreamARNT &&value)
bool CloudWatchLoggingOptionIdHasBeenSet() const
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription()=default
bool LogStreamARNHasBeenSet() const
const Aws::String & GetLogStreamARN() const
void SetCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
void SetLogStreamARN(LogStreamARNT &&value)
CloudWatchLoggingOptionDescription & WithRoleARN(RoleARNT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionDescription(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue