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 LogStreamARNUpdateT = Aws::String>
59 void SetLogStreamARNUpdate(LogStreamARNUpdateT&& value) { m_logStreamARNUpdateHasBeenSet =
true; m_logStreamARNUpdate = std::forward<LogStreamARNUpdateT>(value); }
60 template<
typename LogStreamARNUpdateT = Aws::String>
72 template<
typename RoleARNUpdateT = Aws::String>
73 void SetRoleARNUpdate(RoleARNUpdateT&& value) { m_roleARNUpdateHasBeenSet =
true; m_roleARNUpdate = std::forward<RoleARNUpdateT>(value); }
74 template<
typename RoleARNUpdateT = Aws::String>
80 bool m_cloudWatchLoggingOptionIdHasBeenSet =
false;
83 bool m_logStreamARNUpdateHasBeenSet =
false;
86 bool m_roleARNUpdateHasBeenSet =
false;
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionUpdate & WithRoleARNUpdate(RoleARNUpdateT &&value)
bool RoleARNUpdateHasBeenSet() const
bool LogStreamARNUpdateHasBeenSet() const
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate()=default
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
bool CloudWatchLoggingOptionIdHasBeenSet() const
CloudWatchLoggingOptionUpdate & WithLogStreamARNUpdate(LogStreamARNUpdateT &&value)
void SetLogStreamARNUpdate(LogStreamARNUpdateT &&value)
void SetRoleARNUpdate(RoleARNUpdateT &&value)
AWS_KINESISANALYTICS_API CloudWatchLoggingOptionUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
CloudWatchLoggingOptionUpdate & WithCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
const Aws::String & GetLogStreamARNUpdate() const
const Aws::String & GetRoleARNUpdate() const
const Aws::String & GetCloudWatchLoggingOptionId() const
void SetCloudWatchLoggingOptionId(CloudWatchLoggingOptionIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue