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 ValuesT = Aws::Vector<MeasureField>>
63 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
64 template<
typename ValuesT = Aws::Vector<MeasureField>>
66 template<
typename ValuesT = 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 SmallMultiplesT = Aws::Vector<DimensionField>>
91 void SetSmallMultiples(SmallMultiplesT&& value) { m_smallMultiplesHasBeenSet =
true; m_smallMultiples = std::forward<SmallMultiplesT>(value); }
92 template<
typename SmallMultiplesT = Aws::Vector<DimensionField>>
94 template<
typename SmallMultiplesT = DimensionField>
100 bool m_categoryHasBeenSet =
false;
103 bool m_valuesHasBeenSet =
false;
106 bool m_colorsHasBeenSet =
false;
109 bool m_smallMultiplesHasBeenSet =
false;
const Aws::Vector< DimensionField > & GetSmallMultiples() const
AWS_QUICKSIGHT_API BarChartAggregatedFieldWells()=default
bool ColorsHasBeenSet() const
void SetColors(ColorsT &&value)
BarChartAggregatedFieldWells & AddColors(ColorsT &&value)
void SetCategory(CategoryT &&value)
BarChartAggregatedFieldWells & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< MeasureField > & GetValues() const
AWS_QUICKSIGHT_API BarChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
BarChartAggregatedFieldWells & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
const Aws::Vector< DimensionField > & GetCategory() const
bool SmallMultiplesHasBeenSet() const
bool CategoryHasBeenSet() const
void SetSmallMultiples(SmallMultiplesT &&value)
BarChartAggregatedFieldWells & WithColors(ColorsT &&value)
BarChartAggregatedFieldWells & WithSmallMultiples(SmallMultiplesT &&value)
bool ValuesHasBeenSet() const
const Aws::Vector< DimensionField > & GetColors() const
BarChartAggregatedFieldWells & WithCategory(CategoryT &&value)
BarChartAggregatedFieldWells & AddCategory(CategoryT &&value)
BarChartAggregatedFieldWells & AddSmallMultiples(SmallMultiplesT &&value)
AWS_QUICKSIGHT_API BarChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue