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 CategoryT = Aws::Vector<DimensionField>>
45 m_categoryHasBeenSet =
true;
46 m_category = std::forward<CategoryT>(value);
48 template <
typename CategoryT = Aws::Vector<DimensionField>>
53 template <
typename CategoryT = DimensionField>
55 m_categoryHasBeenSet =
true;
56 m_category.emplace_back(std::forward<CategoryT>(value));
68 template <
typename ValuesT = Aws::Vector<MeasureField>>
70 m_valuesHasBeenSet =
true;
71 m_values = std::forward<ValuesT>(value);
73 template <
typename ValuesT = Aws::Vector<MeasureField>>
78 template <
typename ValuesT = MeasureField>
80 m_valuesHasBeenSet =
true;
81 m_values.emplace_back(std::forward<ValuesT>(value));
93 template <
typename ColorsT = Aws::Vector<DimensionField>>
95 m_colorsHasBeenSet =
true;
96 m_colors = std::forward<ColorsT>(value);
98 template <
typename ColorsT = Aws::Vector<DimensionField>>
103 template <
typename ColorsT = DimensionField>
105 m_colorsHasBeenSet =
true;
106 m_colors.emplace_back(std::forward<ColorsT>(value));
117 template <
typename SmallMultiplesT = Aws::Vector<DimensionField>>
119 m_smallMultiplesHasBeenSet =
true;
120 m_smallMultiples = std::forward<SmallMultiplesT>(value);
122 template <
typename SmallMultiplesT = Aws::Vector<DimensionField>>
127 template <
typename SmallMultiplesT = DimensionField>
129 m_smallMultiplesHasBeenSet =
true;
130 m_smallMultiples.emplace_back(std::forward<SmallMultiplesT>(value));
142 bool m_categoryHasBeenSet =
false;
143 bool m_valuesHasBeenSet =
false;
144 bool m_colorsHasBeenSet =
false;
145 bool m_smallMultiplesHasBeenSet =
false;
bool ValuesHasBeenSet() const
AWS_QUICKSIGHT_API LineChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API LineChartAggregatedFieldWells()=default
const Aws::Vector< DimensionField > & GetSmallMultiples() const
LineChartAggregatedFieldWells & AddSmallMultiples(SmallMultiplesT &&value)
LineChartAggregatedFieldWells & WithValues(ValuesT &&value)
const Aws::Vector< MeasureField > & GetValues() const
void SetValues(ValuesT &&value)
bool CategoryHasBeenSet() const
LineChartAggregatedFieldWells & AddCategory(CategoryT &&value)
LineChartAggregatedFieldWells & AddValues(ValuesT &&value)
AWS_QUICKSIGHT_API LineChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
LineChartAggregatedFieldWells & WithColors(ColorsT &&value)
LineChartAggregatedFieldWells & WithSmallMultiples(SmallMultiplesT &&value)
void SetCategory(CategoryT &&value)
const Aws::Vector< DimensionField > & GetColors() const
bool SmallMultiplesHasBeenSet() const
bool ColorsHasBeenSet() const
LineChartAggregatedFieldWells & AddColors(ColorsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
void SetColors(ColorsT &&value)
void SetSmallMultiples(SmallMultiplesT &&value)
LineChartAggregatedFieldWells & WithCategory(CategoryT &&value)
const Aws::Vector< DimensionField > & GetCategory() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue