7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesisanalytics/KinesisAnalytics_EXPORTS.h>
10#include <aws/kinesisanalytics/model/CloudWatchLoggingOptionUpdate.h>
11#include <aws/kinesisanalytics/model/InputUpdate.h>
12#include <aws/kinesisanalytics/model/OutputUpdate.h>
13#include <aws/kinesisanalytics/model/ReferenceDataSourceUpdate.h>
24namespace KinesisAnalytics {
46 template <
typename InputUpdatesT = Aws::Vector<InputUpdate>>
48 m_inputUpdatesHasBeenSet =
true;
49 m_inputUpdates = std::forward<InputUpdatesT>(value);
51 template <
typename InputUpdatesT = Aws::Vector<InputUpdate>>
56 template <
typename InputUpdatesT = InputUpdate>
58 m_inputUpdatesHasBeenSet =
true;
59 m_inputUpdates.emplace_back(std::forward<InputUpdatesT>(value));
70 template <
typename ApplicationCodeUpdateT = Aws::String>
72 m_applicationCodeUpdateHasBeenSet =
true;
73 m_applicationCodeUpdate = std::forward<ApplicationCodeUpdateT>(value);
75 template <
typename ApplicationCodeUpdateT = Aws::String>
88 template <
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
90 m_outputUpdatesHasBeenSet =
true;
91 m_outputUpdates = std::forward<OutputUpdatesT>(value);
93 template <
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
98 template <
typename OutputUpdatesT = OutputUpdate>
100 m_outputUpdatesHasBeenSet =
true;
101 m_outputUpdates.emplace_back(std::forward<OutputUpdatesT>(value));
112 template <
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
114 m_referenceDataSourceUpdatesHasBeenSet =
true;
115 m_referenceDataSourceUpdates = std::forward<ReferenceDataSourceUpdatesT>(value);
117 template <
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
122 template <
typename ReferenceDataSourceUpdatesT = ReferenceDataSourceUpdate>
124 m_referenceDataSourceUpdatesHasBeenSet =
true;
125 m_referenceDataSourceUpdates.emplace_back(std::forward<ReferenceDataSourceUpdatesT>(value));
135 return m_cloudWatchLoggingOptionUpdates;
138 template <
typename CloudWatchLoggingOptionUpdatesT = Aws::Vector<CloudWatchLoggingOptionUpdate>>
140 m_cloudWatchLoggingOptionUpdatesHasBeenSet =
true;
141 m_cloudWatchLoggingOptionUpdates = std::forward<CloudWatchLoggingOptionUpdatesT>(value);
143 template <
typename CloudWatchLoggingOptionUpdatesT = Aws::Vector<CloudWatchLoggingOptionUpdate>>
148 template <
typename CloudWatchLoggingOptionUpdatesT = CloudWatchLoggingOptionUpdate>
150 m_cloudWatchLoggingOptionUpdatesHasBeenSet =
true;
151 m_cloudWatchLoggingOptionUpdates.emplace_back(std::forward<CloudWatchLoggingOptionUpdatesT>(value));
165 bool m_inputUpdatesHasBeenSet =
false;
166 bool m_applicationCodeUpdateHasBeenSet =
false;
167 bool m_outputUpdatesHasBeenSet =
false;
168 bool m_referenceDataSourceUpdatesHasBeenSet =
false;
169 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