7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/MeasureField.h>
42 template <
typename ValuesT = Aws::Vector<MeasureField>>
44 m_valuesHasBeenSet =
true;
45 m_values = std::forward<ValuesT>(value);
47 template <
typename ValuesT = Aws::Vector<MeasureField>>
52 template <
typename ValuesT = MeasureField>
54 m_valuesHasBeenSet =
true;
55 m_values.emplace_back(std::forward<ValuesT>(value));
66 template <
typename TargetValuesT = Aws::Vector<MeasureField>>
68 m_targetValuesHasBeenSet =
true;
69 m_targetValues = std::forward<TargetValuesT>(value);
71 template <
typename TargetValuesT = Aws::Vector<MeasureField>>
76 template <
typename TargetValuesT = MeasureField>
78 m_targetValuesHasBeenSet =
true;
79 m_targetValues.emplace_back(std::forward<TargetValuesT>(value));
87 bool m_valuesHasBeenSet =
false;
88 bool m_targetValuesHasBeenSet =
false;
const Aws::Vector< MeasureField > & GetValues() const
AWS_QUICKSIGHT_API GaugeChartFieldWells()=default
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool TargetValuesHasBeenSet() const
const Aws::Vector< MeasureField > & GetTargetValues() const
AWS_QUICKSIGHT_API GaugeChartFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
GaugeChartFieldWells & WithValues(ValuesT &&value)
GaugeChartFieldWells & AddValues(ValuesT &&value)
GaugeChartFieldWells & AddTargetValues(TargetValuesT &&value)
bool ValuesHasBeenSet() const
AWS_QUICKSIGHT_API GaugeChartFieldWells(Aws::Utils::Json::JsonView jsonValue)
void SetTargetValues(TargetValuesT &&value)
void SetValues(ValuesT &&value)
GaugeChartFieldWells & WithTargetValues(TargetValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue