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 CategoriesT = Aws::Vector<DimensionField>>
45 m_categoriesHasBeenSet =
true;
46 m_categories = std::forward<CategoriesT>(value);
48 template <
typename CategoriesT = Aws::Vector<DimensionField>>
53 template <
typename CategoriesT = DimensionField>
55 m_categoriesHasBeenSet =
true;
56 m_categories.emplace_back(std::forward<CategoriesT>(value));
67 template <
typename ValuesT = Aws::Vector<MeasureField>>
69 m_valuesHasBeenSet =
true;
70 m_values = std::forward<ValuesT>(value);
72 template <
typename ValuesT = Aws::Vector<MeasureField>>
77 template <
typename ValuesT = MeasureField>
79 m_valuesHasBeenSet =
true;
80 m_values.emplace_back(std::forward<ValuesT>(value));
91 template <
typename BreakdownsT = Aws::Vector<DimensionField>>
93 m_breakdownsHasBeenSet =
true;
94 m_breakdowns = std::forward<BreakdownsT>(value);
96 template <
typename BreakdownsT = Aws::Vector<DimensionField>>
101 template <
typename BreakdownsT = DimensionField>
103 m_breakdownsHasBeenSet =
true;
104 m_breakdowns.emplace_back(std::forward<BreakdownsT>(value));
114 bool m_categoriesHasBeenSet =
false;
115 bool m_valuesHasBeenSet =
false;
116 bool m_breakdownsHasBeenSet =
false;
AWS_QUICKSIGHT_API WaterfallChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API WaterfallChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
bool BreakdownsHasBeenSet() const
bool CategoriesHasBeenSet() const
WaterfallChartAggregatedFieldWells & AddBreakdowns(BreakdownsT &&value)
void SetValues(ValuesT &&value)
WaterfallChartAggregatedFieldWells & WithValues(ValuesT &&value)
WaterfallChartAggregatedFieldWells & WithBreakdowns(BreakdownsT &&value)
const Aws::Vector< DimensionField > & GetCategories() const
void SetCategories(CategoriesT &&value)
void SetBreakdowns(BreakdownsT &&value)
const Aws::Vector< MeasureField > & GetValues() const
WaterfallChartAggregatedFieldWells & AddValues(ValuesT &&value)
AWS_QUICKSIGHT_API WaterfallChartAggregatedFieldWells()=default
WaterfallChartAggregatedFieldWells & WithCategories(CategoriesT &&value)
const Aws::Vector< DimensionField > & GetBreakdowns() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool ValuesHasBeenSet() const
WaterfallChartAggregatedFieldWells & AddCategories(CategoriesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue