7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
43 template <
typename XAxisT = Aws::Vector<DimensionField>>
45 m_xAxisHasBeenSet =
true;
46 m_xAxis = std::forward<XAxisT>(value);
48 template <
typename XAxisT = Aws::Vector<DimensionField>>
50 SetXAxis(std::forward<XAxisT>(value));
53 template <
typename XAxisT = DimensionField>
55 m_xAxisHasBeenSet =
true;
56 m_xAxis.emplace_back(std::forward<XAxisT>(value));
68 template <
typename YAxisT = Aws::Vector<DimensionField>>
70 m_yAxisHasBeenSet =
true;
71 m_yAxis = std::forward<YAxisT>(value);
73 template <
typename YAxisT = Aws::Vector<DimensionField>>
75 SetYAxis(std::forward<YAxisT>(value));
78 template <
typename YAxisT = DimensionField>
80 m_yAxisHasBeenSet =
true;
81 m_yAxis.emplace_back(std::forward<YAxisT>(value));
92 template <
typename SizeT = Aws::Vector<MeasureField>>
94 m_sizeHasBeenSet =
true;
95 m_size = std::forward<SizeT>(value);
97 template <
typename SizeT = Aws::Vector<MeasureField>>
99 SetSize(std::forward<SizeT>(value));
102 template <
typename SizeT = MeasureField>
104 m_sizeHasBeenSet =
true;
105 m_size.emplace_back(std::forward<SizeT>(value));
116 template <
typename CategoryT = Aws::Vector<DimensionField>>
118 m_categoryHasBeenSet =
true;
119 m_category = std::forward<CategoryT>(value);
121 template <
typename CategoryT = Aws::Vector<DimensionField>>
126 template <
typename CategoryT = DimensionField>
128 m_categoryHasBeenSet =
true;
129 m_category.emplace_back(std::forward<CategoryT>(value));
140 template <
typename LabelT = Aws::Vector<DimensionField>>
142 m_labelHasBeenSet =
true;
143 m_label = std::forward<LabelT>(value);
145 template <
typename LabelT = Aws::Vector<DimensionField>>
147 SetLabel(std::forward<LabelT>(value));
150 template <
typename LabelT = DimensionField>
152 m_labelHasBeenSet =
true;
153 m_label.emplace_back(std::forward<LabelT>(value));
167 bool m_xAxisHasBeenSet =
false;
168 bool m_yAxisHasBeenSet =
false;
169 bool m_sizeHasBeenSet =
false;
170 bool m_categoryHasBeenSet =
false;
171 bool m_labelHasBeenSet =
false;
ScatterPlotUnaggregatedFieldWells & WithCategory(CategoryT &&value)
ScatterPlotUnaggregatedFieldWells & WithXAxis(XAxisT &&value)
const Aws::Vector< DimensionField > & GetYAxis() const
const Aws::Vector< DimensionField > & GetLabel() const
ScatterPlotUnaggregatedFieldWells & AddCategory(CategoryT &&value)
ScatterPlotUnaggregatedFieldWells & WithSize(SizeT &&value)
ScatterPlotUnaggregatedFieldWells & AddYAxis(YAxisT &&value)
void SetXAxis(XAxisT &&value)
bool XAxisHasBeenSet() const
AWS_QUICKSIGHT_API ScatterPlotUnaggregatedFieldWells()=default
void SetCategory(CategoryT &&value)
const Aws::Vector< DimensionField > & GetXAxis() const
ScatterPlotUnaggregatedFieldWells & AddXAxis(XAxisT &&value)
AWS_QUICKSIGHT_API ScatterPlotUnaggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
void SetSize(SizeT &&value)
bool YAxisHasBeenSet() const
ScatterPlotUnaggregatedFieldWells & AddSize(SizeT &&value)
bool CategoryHasBeenSet() const
ScatterPlotUnaggregatedFieldWells & WithYAxis(YAxisT &&value)
AWS_QUICKSIGHT_API ScatterPlotUnaggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetYAxis(YAxisT &&value)
const Aws::Vector< DimensionField > & GetCategory() const
const Aws::Vector< MeasureField > & GetSize() const
bool LabelHasBeenSet() const
bool SizeHasBeenSet() const
ScatterPlotUnaggregatedFieldWells & WithLabel(LabelT &&value)
ScatterPlotUnaggregatedFieldWells & AddLabel(LabelT &&value)
void SetLabel(LabelT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue