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>
75 bool m_categoryHasBeenSet =
false;
78 bool m_valuesHasBeenSet =
false;
AWS_QUICKSIGHT_API FunnelChartAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
FunnelChartAggregatedFieldWells & AddCategory(DimensionField &&value)
void SetCategory(const Aws::Vector< DimensionField > &value)
void SetCategory(Aws::Vector< DimensionField > &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
FunnelChartAggregatedFieldWells & AddValues(const MeasureField &value)
FunnelChartAggregatedFieldWells & WithCategory(const Aws::Vector< DimensionField > &value)
AWS_QUICKSIGHT_API FunnelChartAggregatedFieldWells()
void SetValues(const Aws::Vector< MeasureField > &value)
FunnelChartAggregatedFieldWells & WithCategory(Aws::Vector< DimensionField > &&value)
const Aws::Vector< DimensionField > & GetCategory() const
FunnelChartAggregatedFieldWells & AddCategory(const DimensionField &value)
bool CategoryHasBeenSet() const
FunnelChartAggregatedFieldWells & AddValues(MeasureField &&value)
FunnelChartAggregatedFieldWells & WithValues(const Aws::Vector< MeasureField > &value)
void SetValues(Aws::Vector< MeasureField > &&value)
FunnelChartAggregatedFieldWells & WithValues(Aws::Vector< MeasureField > &&value)
AWS_QUICKSIGHT_API FunnelChartAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< MeasureField > & GetValues() const
bool ValuesHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue