7#include <aws/kinesisanalyticsv2/KinesisAnalyticsV2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/kinesisanalyticsv2/model/InputDescription.h>
10#include <aws/kinesisanalyticsv2/model/OutputDescription.h>
11#include <aws/kinesisanalyticsv2/model/ReferenceDataSourceDescription.h>
24namespace KinesisAnalyticsV2
51 template<
typename InputDescriptionsT = Aws::Vector<InputDescription>>
52 void SetInputDescriptions(InputDescriptionsT&& value) { m_inputDescriptionsHasBeenSet =
true; m_inputDescriptions = std::forward<InputDescriptionsT>(value); }
53 template<
typename InputDescriptionsT = Aws::Vector<InputDescription>>
55 template<
typename InputDescriptionsT = InputDescription>
66 template<
typename OutputDescriptionsT = Aws::Vector<OutputDescription>>
67 void SetOutputDescriptions(OutputDescriptionsT&& value) { m_outputDescriptionsHasBeenSet =
true; m_outputDescriptions = std::forward<OutputDescriptionsT>(value); }
68 template<
typename OutputDescriptionsT = Aws::Vector<OutputDescription>>
70 template<
typename OutputDescriptionsT = OutputDescription>
81 template<
typename ReferenceDataSourceDescriptionsT = Aws::Vector<ReferenceDataSourceDescription>>
82 void SetReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT&& value) { m_referenceDataSourceDescriptionsHasBeenSet =
true; m_referenceDataSourceDescriptions = std::forward<ReferenceDataSourceDescriptionsT>(value); }
83 template<
typename ReferenceDataSourceDescriptionsT = Aws::Vector<ReferenceDataSourceDescription>>
85 template<
typename ReferenceDataSourceDescriptionsT = ReferenceDataSourceDescription>
91 bool m_inputDescriptionsHasBeenSet =
false;
94 bool m_outputDescriptionsHasBeenSet =
false;
97 bool m_referenceDataSourceDescriptionsHasBeenSet =
false;
SqlApplicationConfigurationDescription & WithInputDescriptions(InputDescriptionsT &&value)
SqlApplicationConfigurationDescription & AddReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT &&value)
void SetOutputDescriptions(OutputDescriptionsT &&value)
SqlApplicationConfigurationDescription & WithReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT &&value)
bool OutputDescriptionsHasBeenSet() const
SqlApplicationConfigurationDescription & AddOutputDescriptions(OutputDescriptionsT &&value)
SqlApplicationConfigurationDescription & WithOutputDescriptions(OutputDescriptionsT &&value)
const Aws::Vector< InputDescription > & GetInputDescriptions() const
AWS_KINESISANALYTICSV2_API Aws::Utils::Json::JsonValue Jsonize() const
bool ReferenceDataSourceDescriptionsHasBeenSet() const
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationDescription()=default
bool InputDescriptionsHasBeenSet() const
const Aws::Vector< OutputDescription > & GetOutputDescriptions() const
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationDescription & operator=(Aws::Utils::Json::JsonView jsonValue)
SqlApplicationConfigurationDescription & AddInputDescriptions(InputDescriptionsT &&value)
void SetReferenceDataSourceDescriptions(ReferenceDataSourceDescriptionsT &&value)
void SetInputDescriptions(InputDescriptionsT &&value)
const Aws::Vector< ReferenceDataSourceDescription > & GetReferenceDataSourceDescriptions() const
AWS_KINESISANALYTICSV2_API SqlApplicationConfigurationDescription(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue