7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
19namespace KinesisAnalyticsV2 {
40 template <
typename CloudWatchLoggingOptionIdT = Aws::String>
42 m_cloudWatchLoggingOptionIdHasBeenSet =
true;
43 m_cloudWatchLoggingOptionId = std::forward<CloudWatchLoggingOptionIdT>(value);
45 template <
typename CloudWatchLoggingOptionIdT = Aws::String>
59 template <
typename LogStreamARNT = Aws::String>
61 m_logStreamARNHasBeenSet =
true;
62 m_logStreamARN = std::forward<LogStreamARNT>(value);
64 template <
typename LogStreamARNT = Aws::String>
80 template <
typename RoleARNT = Aws::String>
82 m_roleARNHasBeenSet =
true;
83 m_roleARN = std::forward<RoleARNT>(value);
85 template <
typename RoleARNT = Aws::String>
97 bool m_cloudWatchLoggingOptionIdHasBeenSet =
false;
98 bool m_logStreamARNHasBeenSet =
false;
99 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