7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
19namespace KinesisAnalytics {
40 template <
typename CloudWatchLoggingOptionIdT = Aws::String>
42 m_cloudWatchLoggingOptionIdHasBeenSet =
true;
43 m_cloudWatchLoggingOptionId = std::forward<CloudWatchLoggingOptionIdT>(value);
45 template <
typename CloudWatchLoggingOptionIdT = Aws::String>
58 template <
typename LogStreamARNT = Aws::String>
60 m_logStreamARNHasBeenSet =
true;
61 m_logStreamARN = std::forward<LogStreamARNT>(value);
63 template <
typename LogStreamARNT = Aws::String>
78 template <
typename RoleARNT = Aws::String>
80 m_roleARNHasBeenSet =
true;
81 m_roleARN = std::forward<RoleARNT>(value);
83 template <
typename RoleARNT = Aws::String>
95 bool m_cloudWatchLoggingOptionIdHasBeenSet =
false;
96 bool m_logStreamARNHasBeenSet =
false;
97 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