AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SqlApplicationConfigurationUpdate.h
1
6#pragma once
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>
12#include <utility>
13
14namespace Aws
15{
16namespace Utils
17{
18namespace Json
19{
20 class JsonValue;
21 class JsonView;
22} // namespace Json
23} // namespace Utils
24namespace KinesisAnalyticsV2
25{
26namespace Model
27{
28
37 {
38 public:
39 AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationUpdate();
42 AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const;
43
44
46
50 inline const Aws::Vector<InputUpdate>& GetInputUpdates() const{ return m_inputUpdates; }
51 inline bool InputUpdatesHasBeenSet() const { return m_inputUpdatesHasBeenSet; }
52 inline void SetInputUpdates(const Aws::Vector<InputUpdate>& value) { m_inputUpdatesHasBeenSet = true; m_inputUpdates = value; }
53 inline void SetInputUpdates(Aws::Vector<InputUpdate>&& value) { m_inputUpdatesHasBeenSet = true; m_inputUpdates = std::move(value); }
56 inline SqlApplicationConfigurationUpdate& AddInputUpdates(const InputUpdate& value) { m_inputUpdatesHasBeenSet = true; m_inputUpdates.push_back(value); return *this; }
57 inline SqlApplicationConfigurationUpdate& AddInputUpdates(InputUpdate&& value) { m_inputUpdatesHasBeenSet = true; m_inputUpdates.push_back(std::move(value)); return *this; }
59
61
65 inline const Aws::Vector<OutputUpdate>& GetOutputUpdates() const{ return m_outputUpdates; }
66 inline bool OutputUpdatesHasBeenSet() const { return m_outputUpdatesHasBeenSet; }
67 inline void SetOutputUpdates(const Aws::Vector<OutputUpdate>& value) { m_outputUpdatesHasBeenSet = true; m_outputUpdates = value; }
68 inline void SetOutputUpdates(Aws::Vector<OutputUpdate>&& value) { m_outputUpdatesHasBeenSet = true; m_outputUpdates = std::move(value); }
71 inline SqlApplicationConfigurationUpdate& AddOutputUpdates(const OutputUpdate& value) { m_outputUpdatesHasBeenSet = true; m_outputUpdates.push_back(value); return *this; }
72 inline SqlApplicationConfigurationUpdate& AddOutputUpdates(OutputUpdate&& value) { m_outputUpdatesHasBeenSet = true; m_outputUpdates.push_back(std::move(value)); return *this; }
74
76
80 inline const Aws::Vector<ReferenceDataSourceUpdate>& GetReferenceDataSourceUpdates() const{ return m_referenceDataSourceUpdates; }
81 inline bool ReferenceDataSourceUpdatesHasBeenSet() const { return m_referenceDataSourceUpdatesHasBeenSet; }
82 inline void SetReferenceDataSourceUpdates(const Aws::Vector<ReferenceDataSourceUpdate>& value) { m_referenceDataSourceUpdatesHasBeenSet = true; m_referenceDataSourceUpdates = value; }
83 inline void SetReferenceDataSourceUpdates(Aws::Vector<ReferenceDataSourceUpdate>&& value) { m_referenceDataSourceUpdatesHasBeenSet = true; m_referenceDataSourceUpdates = std::move(value); }
86 inline SqlApplicationConfigurationUpdate& AddReferenceDataSourceUpdates(const ReferenceDataSourceUpdate& value) { m_referenceDataSourceUpdatesHasBeenSet = true; m_referenceDataSourceUpdates.push_back(value); return *this; }
87 inline SqlApplicationConfigurationUpdate& AddReferenceDataSourceUpdates(ReferenceDataSourceUpdate&& value) { m_referenceDataSourceUpdatesHasBeenSet = true; m_referenceDataSourceUpdates.push_back(std::move(value)); return *this; }
89 private:
90
91 Aws::Vector<InputUpdate> m_inputUpdates;
92 bool m_inputUpdatesHasBeenSet = false;
93
94 Aws::Vector<OutputUpdate> m_outputUpdates;
95 bool m_outputUpdatesHasBeenSet = false;
96
97 Aws::Vector<ReferenceDataSourceUpdate> m_referenceDataSourceUpdates;
98 bool m_referenceDataSourceUpdatesHasBeenSet = false;
99 };
100
101} // namespace Model
102} // namespace KinesisAnalyticsV2
103} // namespace Aws
SqlApplicationConfigurationUpdate & WithInputUpdates(Aws::Vector< InputUpdate > &&value)
SqlApplicationConfigurationUpdate & WithReferenceDataSourceUpdates(const Aws::Vector< ReferenceDataSourceUpdate > &value)
SqlApplicationConfigurationUpdate & AddReferenceDataSourceUpdates(ReferenceDataSourceUpdate &&value)
SqlApplicationConfigurationUpdate & AddInputUpdates(InputUpdate &&value)
SqlApplicationConfigurationUpdate & AddInputUpdates(const InputUpdate &value)
SqlApplicationConfigurationUpdate & AddOutputUpdates(const OutputUpdate &value)
SqlApplicationConfigurationUpdate & WithReferenceDataSourceUpdates(Aws::Vector< ReferenceDataSourceUpdate > &&value)
void SetReferenceDataSourceUpdates(const Aws::Vector< ReferenceDataSourceUpdate > &value)
SqlApplicationConfigurationUpdate & AddOutputUpdates(OutputUpdate &&value)
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationUpdate(Aws::Utils::Json::JsonView jsonValue)
SqlApplicationConfigurationUpdate & WithInputUpdates(const Aws::Vector< InputUpdate > &value)
SqlApplicationConfigurationUpdate & AddReferenceDataSourceUpdates(const ReferenceDataSourceUpdate &value)
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationUpdate & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< ReferenceDataSourceUpdate > & GetReferenceDataSourceUpdates() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
SqlApplicationConfigurationUpdate & WithOutputUpdates(Aws::Vector< OutputUpdate > &&value)
void SetReferenceDataSourceUpdates(Aws::Vector< ReferenceDataSourceUpdate > &&value)
SqlApplicationConfigurationUpdate & WithOutputUpdates(const Aws::Vector< OutputUpdate > &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue