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 CategoryT = Aws::Vector<DimensionField>>
50 void SetCategory(CategoryT&& value) { m_categoryHasBeenSet =
true; m_category = std::forward<CategoryT>(value); }
51 template<
typename CategoryT = Aws::Vector<DimensionField>>
53 template<
typename CategoryT = DimensionField>
64 template<
typename ValuesT = Aws::Vector<MeasureField>>
65 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
66 template<
typename ValuesT = Aws::Vector<MeasureField>>
68 template<
typename ValuesT = MeasureField>
79 template<
typename ColorsT = Aws::Vector<DimensionField>>
80 void SetColors(ColorsT&& value) { m_colorsHasBeenSet =
true; m_colors = std::forward<ColorsT>(value); }
81 template<
typename ColorsT = Aws::Vector<DimensionField>>
83 template<
typename ColorsT = DimensionField>
93 template<
typename SmallMultiplesT = Aws::Vector<DimensionField>>
94 void SetSmallMultiples(SmallMultiplesT&& value) { m_smallMultiplesHasBeenSet =
true; m_smallMultiples = std::forward<SmallMultiplesT>(value); }
95 template<
typename SmallMultiplesT = Aws::Vector<DimensionField>>
97 template<
typename SmallMultiplesT = DimensionField>
103 bool m_categoryHasBeenSet =
false;
106 bool m_valuesHasBeenSet =
false;
109 bool m_colorsHasBeenSet =
false;
112 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