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>
42 template <
typename CategoryT = Aws::Vector<DimensionField>>
44 m_categoryHasBeenSet =
true;
45 m_category = std::forward<CategoryT>(value);
47 template <
typename CategoryT = Aws::Vector<DimensionField>>
52 template <
typename CategoryT = DimensionField>
54 m_categoryHasBeenSet =
true;
55 m_category.emplace_back(std::forward<CategoryT>(value));
66 template <
typename BarValuesT = Aws::Vector<MeasureField>>
68 m_barValuesHasBeenSet =
true;
69 m_barValues = std::forward<BarValuesT>(value);
71 template <
typename BarValuesT = Aws::Vector<MeasureField>>
76 template <
typename BarValuesT = MeasureField>
78 m_barValuesHasBeenSet =
true;
79 m_barValues.emplace_back(std::forward<BarValuesT>(value));
90 template <
typename ColorsT = Aws::Vector<DimensionField>>
92 m_colorsHasBeenSet =
true;
93 m_colors = std::forward<ColorsT>(value);
95 template <
typename ColorsT = Aws::Vector<DimensionField>>
100 template <
typename ColorsT = DimensionField>
102 m_colorsHasBeenSet =
true;
103 m_colors.emplace_back(std::forward<ColorsT>(value));
114 template <
typename LineValuesT = Aws::Vector<MeasureField>>
116 m_lineValuesHasBeenSet =
true;
117 m_lineValues = std::forward<LineValuesT>(value);
119 template <
typename LineValuesT = Aws::Vector<MeasureField>>
124 template <
typename LineValuesT = MeasureField>
126 m_lineValuesHasBeenSet =
true;
127 m_lineValues.emplace_back(std::forward<LineValuesT>(value));
139 bool m_categoryHasBeenSet =
false;
140 bool m_barValuesHasBeenSet =
false;
141 bool m_colorsHasBeenSet =
false;
142 bool m_lineValuesHasBeenSet =
false;
bool BarValuesHasBeenSet() const
ComboChartAggregatedFieldWells & AddColors(ColorsT &&value)
AWS_QUICKSIGHT_API ComboChartAggregatedFieldWells()=default
const Aws::Vector< MeasureField > & GetLineValues() const
void SetCategory(CategoryT &&value)
void SetLineValues(LineValuesT &&value)
ComboChartAggregatedFieldWells & WithColors(ColorsT &&value)
ComboChartAggregatedFieldWells & WithCategory(CategoryT &&value)
AWS_QUICKSIGHT_API ComboChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetColors(ColorsT &&value)
const Aws::Vector< DimensionField > & GetColors() const
void SetBarValues(BarValuesT &&value)
ComboChartAggregatedFieldWells & WithLineValues(LineValuesT &&value)
AWS_QUICKSIGHT_API ComboChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
bool LineValuesHasBeenSet() const
bool CategoryHasBeenSet() const
bool ColorsHasBeenSet() const
ComboChartAggregatedFieldWells & AddBarValues(BarValuesT &&value)
const Aws::Vector< MeasureField > & GetBarValues() const
ComboChartAggregatedFieldWells & AddCategory(CategoryT &&value)
ComboChartAggregatedFieldWells & AddLineValues(LineValuesT &&value)
const Aws::Vector< DimensionField > & GetCategory() const
ComboChartAggregatedFieldWells & WithBarValues(BarValuesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue