7#include <aws/quicksight/QuickSight_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/quicksight/model/MeasureField.h>
48 template<
typename ValuesT = Aws::Vector<MeasureField>>
49 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
50 template<
typename ValuesT = Aws::Vector<MeasureField>>
52 template<
typename ValuesT = MeasureField>
62 template<
typename TargetValuesT = Aws::Vector<MeasureField>>
63 void SetTargetValues(TargetValuesT&& value) { m_targetValuesHasBeenSet =
true; m_targetValues = std::forward<TargetValuesT>(value); }
64 template<
typename TargetValuesT = Aws::Vector<MeasureField>>
66 template<
typename TargetValuesT = MeasureField>
72 bool m_valuesHasBeenSet =
false;
75 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