7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesisanalyticsv2/model/InputUpdate.h>
10#include <aws/kinesisanalyticsv2/model/OutputUpdate.h>
11#include <aws/kinesisanalyticsv2/model/ReferenceDataSourceUpdate.h>
24namespace KinesisAnalyticsV2
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>
67 template<
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
68 void SetOutputUpdates(OutputUpdatesT&& value) { m_outputUpdatesHasBeenSet =
true; m_outputUpdates = std::forward<OutputUpdatesT>(value); }
69 template<
typename OutputUpdatesT = Aws::Vector<OutputUpdate>>
71 template<
typename OutputUpdatesT = OutputUpdate>
82 template<
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
83 void SetReferenceDataSourceUpdates(ReferenceDataSourceUpdatesT&& value) { m_referenceDataSourceUpdatesHasBeenSet =
true; m_referenceDataSourceUpdates = std::forward<ReferenceDataSourceUpdatesT>(value); }
84 template<
typename ReferenceDataSourceUpdatesT = Aws::Vector<ReferenceDataSourceUpdate>>
86 template<
typename ReferenceDataSourceUpdatesT = ReferenceDataSourceUpdate>
92 bool m_inputUpdatesHasBeenSet =
false;
95 bool m_outputUpdatesHasBeenSet =
false;
98 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