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 ColorT = Aws::Vector<DimensionField>>
70 m_colorHasBeenSet =
true;
71 m_color = std::forward<ColorT>(value);
73 template <
typename ColorT = Aws::Vector<DimensionField>>
75 SetColor(std::forward<ColorT>(value));
78 template <
typename ColorT = DimensionField>
80 m_colorHasBeenSet =
true;
81 m_color.emplace_back(std::forward<ColorT>(value));
93 template <
typename ValuesT = Aws::Vector<MeasureField>>
95 m_valuesHasBeenSet =
true;
96 m_values = std::forward<ValuesT>(value);
98 template <
typename ValuesT = Aws::Vector<MeasureField>>
103 template <
typename ValuesT = MeasureField>
105 m_valuesHasBeenSet =
true;
106 m_values.emplace_back(std::forward<ValuesT>(value));
116 bool m_categoryHasBeenSet =
false;
117 bool m_colorHasBeenSet =
false;
118 bool m_valuesHasBeenSet =
false;
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells()=default
const Aws::Vector< DimensionField > & GetCategory() const
RadarChartAggregatedFieldWells & WithColor(ColorT &&value)
void SetValues(ValuesT &&value)
RadarChartAggregatedFieldWells & AddColor(ColorT &&value)
bool ValuesHasBeenSet() const
bool CategoryHasBeenSet() const
RadarChartAggregatedFieldWells & WithCategory(CategoryT &&value)
RadarChartAggregatedFieldWells & AddValues(ValuesT &&value)
void SetCategory(CategoryT &&value)
const Aws::Vector< MeasureField > & GetValues() const
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ColorHasBeenSet() const
AWS_QUICKSIGHT_API RadarChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< DimensionField > & GetColor() const
void SetColor(ColorT &&value)
RadarChartAggregatedFieldWells & AddCategory(CategoryT &&value)
RadarChartAggregatedFieldWells & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue