7#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/kinesisanalytics/model/InputUpdate.h>
11#include <aws/kinesisanalytics/model/OutputUpdate.h>
12#include <aws/kinesisanalytics/model/ReferenceDataSourceUpdate.h>
13#include <aws/kinesisanalytics/model/CloudWatchLoggingOptionUpdate.h>
26namespace KinesisAnalytics
52 template<
typename InputUpdatesT = Aws::Vector<InputUpdate>>
53 void SetInputUpdates(InputUpdatesT&& value) { m_inputUpdatesHasBeenSet =
true; m_inputUpdates = std::forward<InputUpdatesT>(value); }
54 template<
typename InputUpdatesT = Aws::Vector<InputUpdate>>
56 template<
typename InputUpdatesT = InputUpdate>
57 ApplicationUpdate&
AddInputUpdates(InputUpdatesT&& value) { m_inputUpdatesHasBeenSet =
true; m_inputUpdates.emplace_back(std::forward<InputUpdatesT>(value));
return *
this; }
66 template<
typename ApplicationCodeUpdateT = Aws::String>
67 void SetApplicationCodeUpdate(ApplicationCodeUpdateT&& value) { m_applicationCodeUpdateHasBeenSet =
true; m_applicationCodeUpdate = std::forward<ApplicationCodeUpdateT>(value); }
68 template<
typename ApplicationCodeUpdateT = Aws::String>
78 template<
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
79 void SetOutputUpdates(OutputUpdatesT&& value) { m_outputUpdatesHasBeenSet =
true; m_outputUpdates = std::forward<OutputUpdatesT>(value); }
80 template<
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
82 template<
typename OutputUpdatesT = OutputUpdate>
83 ApplicationUpdate&
AddOutputUpdates(OutputUpdatesT&& value) { m_outputUpdatesHasBeenSet =
true; m_outputUpdates.emplace_back(std::forward<OutputUpdatesT>(value));
return *
this; }
92 template<
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
93 void SetReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT&& value) { m_referenceDataSourceUpdatesHasBeenSet =
true; m_referenceDataSourceUpdates = std::forward<ReferenceDataSourceUpdatesT>(value); }
94 template<
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
96 template<
typename ReferenceDataSourceUpdatesT = ReferenceDataSourceUpdate>
97 ApplicationUpdate&
AddReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT&& value) { m_referenceDataSourceUpdatesHasBeenSet =
true; m_referenceDataSourceUpdates.emplace_back(std::forward<ReferenceDataSourceUpdatesT>(value));
return *
this; }
106 template<
typename CloudWatchLoggingOptionUpdatesT = Aws::Vector<CloudWatchLoggingOptionUpdate>>
107 void SetCloudWatchLoggingOptionUpdates(CloudWatchLoggingOptionUpdatesT&& value) { m_cloudWatchLoggingOptionUpdatesHasBeenSet =
true; m_cloudWatchLoggingOptionUpdates = std::forward<CloudWatchLoggingOptionUpdatesT>(value); }
108 template<
typename CloudWatchLoggingOptionUpdatesT = Aws::Vector<CloudWatchLoggingOptionUpdate>>
110 template<
typename CloudWatchLoggingOptionUpdatesT = CloudWatchLoggingOptionUpdate>
111 ApplicationUpdate&
AddCloudWatchLoggingOptionUpdates(CloudWatchLoggingOptionUpdatesT&& value) { m_cloudWatchLoggingOptionUpdatesHasBeenSet =
true; m_cloudWatchLoggingOptionUpdates.emplace_back(std::forward<CloudWatchLoggingOptionUpdatesT>(value));
return *
this; }
116 bool m_inputUpdatesHasBeenSet =
false;
119 bool m_applicationCodeUpdateHasBeenSet =
false;
122 bool m_outputUpdatesHasBeenSet =
false;
125 bool m_referenceDataSourceUpdatesHasBeenSet =
false;
128 bool m_cloudWatchLoggingOptionUpdatesHasBeenSet =
false;
void SetApplicationCodeUpdate(ApplicationCodeUpdateT &&value)
ApplicationUpdate & AddOutputUpdates(OutputUpdatesT &&value)
void SetInputUpdates(InputUpdatesT &&value)
AWS_KINESISANALYTICS_API ApplicationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ReferenceDataSourceUpdate > & GetReferenceDataSourceUpdates() const
AWS_KINESISANALYTICS_API ApplicationUpdate()=default
bool ApplicationCodeUpdateHasBeenSet() const
ApplicationUpdate & AddReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT &&value)
void SetCloudWatchLoggingOptionUpdates(CloudWatchLoggingOptionUpdatesT &&value)
void SetReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT &&value)
const Aws::Vector< InputUpdate > & GetInputUpdates() const
ApplicationUpdate & WithOutputUpdates(OutputUpdatesT &&value)
bool ReferenceDataSourceUpdatesHasBeenSet() const
const Aws::String & GetApplicationCodeUpdate() const
bool InputUpdatesHasBeenSet() const
bool OutputUpdatesHasBeenSet() const
bool CloudWatchLoggingOptionUpdatesHasBeenSet() const
ApplicationUpdate & WithCloudWatchLoggingOptionUpdates(CloudWatchLoggingOptionUpdatesT &&value)
ApplicationUpdate & WithInputUpdates(InputUpdatesT &&value)
AWS_KINESISANALYTICS_API ApplicationUpdate(Aws::Utils::Json::JsonView jsonValue)
AWS_KINESISANALYTICS_API Aws::Utils::Json::JsonValue Jsonize() const
ApplicationUpdate & AddInputUpdates(InputUpdatesT &&value)
const Aws::Vector< CloudWatchLoggingOptionUpdate > & GetCloudWatchLoggingOptionUpdates() const
ApplicationUpdate & AddCloudWatchLoggingOptionUpdates(CloudWatchLoggingOptionUpdatesT &&value)
ApplicationUpdate & WithApplicationCodeUpdate(ApplicationCodeUpdateT &&value)
void SetOutputUpdates(OutputUpdatesT &&value)
const Aws::Vector< OutputUpdate > & GetOutputUpdates() const
ApplicationUpdate & WithReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue