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 GroupByT = Aws::Vector<DimensionField>>
50 void SetGroupBy(GroupByT&& value) { m_groupByHasBeenSet =
true; m_groupBy = std::forward<GroupByT>(value); }
51 template<
typename GroupByT = Aws::Vector<DimensionField>>
53 template<
typename GroupByT = 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>
74 bool m_groupByHasBeenSet =
false;
77 bool m_valuesHasBeenSet =
false;
AWS_QUICKSIGHT_API BoxPlotAggregatedFieldWells()=default
AWS_QUICKSIGHT_API BoxPlotAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetValues(ValuesT &&value)
const Aws::Vector< MeasureField > & GetValues() const
BoxPlotAggregatedFieldWells & WithValues(ValuesT &&value)
void SetGroupBy(GroupByT &&value)
BoxPlotAggregatedFieldWells & AddValues(ValuesT &&value)
AWS_QUICKSIGHT_API BoxPlotAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
bool GroupByHasBeenSet() const
BoxPlotAggregatedFieldWells & WithGroupBy(GroupByT &&value)
BoxPlotAggregatedFieldWells & AddGroupBy(GroupByT &&value)
bool ValuesHasBeenSet() const
const Aws::Vector< DimensionField > & GetGroupBy() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue