7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
9#include <aws/kinesisanalyticsv2/model/InputUpdate.h>
10#include <aws/kinesisanalyticsv2/model/OutputUpdate.h>
11#include <aws/kinesisanalyticsv2/model/ReferenceDataSourceUpdate.h>
22namespace KinesisAnalyticsV2 {
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));
71 template <
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
73 m_outputUpdatesHasBeenSet =
true;
74 m_outputUpdates = std::forward<OutputUpdatesT>(value);
76 template <
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
81 template <
typename OutputUpdatesT = OutputUpdate>
83 m_outputUpdatesHasBeenSet =
true;
84 m_outputUpdates.emplace_back(std::forward<OutputUpdatesT>(value));
96 template <
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
98 m_referenceDataSourceUpdatesHasBeenSet =
true;
99 m_referenceDataSourceUpdates = std::forward<ReferenceDataSourceUpdatesT>(value);
101 template <
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
106 template <
typename ReferenceDataSourceUpdatesT = ReferenceDataSourceUpdate>
108 m_referenceDataSourceUpdatesHasBeenSet =
true;
109 m_referenceDataSourceUpdates.emplace_back(std::forward<ReferenceDataSourceUpdatesT>(value));
119 bool m_inputUpdatesHasBeenSet =
false;
120 bool m_outputUpdatesHasBeenSet =
false;
121 bool m_referenceDataSourceUpdatesHasBeenSet =
false;
void SetReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT &&value)
SqlApplicationConfigurationUpdate & AddOutputUpdates(OutputUpdatesT &&value)
void SetOutputUpdates(OutputUpdatesT &&value)
SqlApplicationConfigurationUpdate & WithOutputUpdates(OutputUpdatesT &&value)
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
SqlApplicationConfigurationUpdate & AddReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT &&value)
bool OutputUpdatesHasBeenSet() const
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationUpdate()=default
bool InputUpdatesHasBeenSet() const
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
SqlApplicationConfigurationUpdate & AddInputUpdates(InputUpdatesT &&value)
const Aws::Vector< ReferenceDataSourceUpdate > & GetReferenceDataSourceUpdates() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< OutputUpdate > & GetOutputUpdates() const
void SetInputUpdates(InputUpdatesT &&value)
bool ReferenceDataSourceUpdatesHasBeenSet() const
SqlApplicationConfigurationUpdate & WithReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT &&value)
SqlApplicationConfigurationUpdate & WithInputUpdates(InputUpdatesT &&value)
const Aws::Vector< InputUpdate > & GetInputUpdates() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue