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>
49 template<
typename CategoriesT = Aws::Vector<DimensionField>>
50 void SetCategories(CategoriesT&& value) { m_categoriesHasBeenSet =
true; m_categories = std::forward<CategoriesT>(value); }
51 template<
typename CategoriesT = Aws::Vector<DimensionField>>
53 template<
typename CategoriesT = DimensionField>
63 template<
typename ValuesT = Aws::Vector<MeasureField>>
64 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
65 template<
typename ValuesT = Aws::Vector<MeasureField>>
67 template<
typename ValuesT = MeasureField>
77 template<
typename BreakdownsT = Aws::Vector<DimensionField>>
78 void SetBreakdowns(BreakdownsT&& value) { m_breakdownsHasBeenSet =
true; m_breakdowns = std::forward<BreakdownsT>(value); }
79 template<
typename BreakdownsT = Aws::Vector<DimensionField>>
81 template<
typename BreakdownsT = DimensionField>
87 bool m_categoriesHasBeenSet =
false;
90 bool m_valuesHasBeenSet =
false;
93 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