7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
48 template<
typename CategoryT = Aws::Vector<DimensionField>>
49 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
50 template<
typename CategoryT = Aws::Vector<DimensionField>>
52 template<
typename CategoryT = DimensionField>
62 template<
typename BarValuesT = Aws::Vector<MeasureField>>
63 void SetBarValues(BarValuesT&& value) { m_barValuesHasBeenSet =
true; m_barValues = std::forward<BarValuesT>(value); }
64 template<
typename BarValuesT = Aws::Vector<MeasureField>>
66 template<
typename BarValuesT = MeasureField>
76 template<
typename ColorsT = Aws::Vector<DimensionField>>
77 void SetColors(ColorsT&& value) { m_colorsHasBeenSet =
true; m_colors = std::forward<ColorsT>(value); }
78 template<
typename ColorsT = Aws::Vector<DimensionField>>
80 template<
typename ColorsT = DimensionField>
90 template<
typename LineValuesT = Aws::Vector<MeasureField>>
91 void SetLineValues(LineValuesT&& value) { m_lineValuesHasBeenSet =
true; m_lineValues = std::forward<LineValuesT>(value); }
92 template<
typename LineValuesT = Aws::Vector<MeasureField>>
94 template<
typename LineValuesT = MeasureField>
100 bool m_categoryHasBeenSet =
false;
103 bool m_barValuesHasBeenSet =
false;
106 bool m_colorsHasBeenSet =
false;
109 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