/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The aggregated field well for the table.See Also:
AWS
* API Reference
The group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline const Aws::VectorThe group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline bool GroupByHasBeenSet() const { return m_groupByHasBeenSet; } /** *The group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline void SetGroupBy(const Aws::VectorThe group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline void SetGroupBy(Aws::VectorThe group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline TableAggregatedFieldWells& WithGroupBy(const Aws::VectorThe group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline TableAggregatedFieldWells& WithGroupBy(Aws::VectorThe group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline TableAggregatedFieldWells& AddGroupBy(const DimensionField& value) { m_groupByHasBeenSet = true; m_groupBy.push_back(value); return *this; } /** *The group by field well for a pivot table. Values are grouped by group by * fields.
*/ inline TableAggregatedFieldWells& AddGroupBy(DimensionField&& value) { m_groupByHasBeenSet = true; m_groupBy.push_back(std::move(value)); return *this; } /** *The values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline const Aws::VectorThe values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline void SetValues(const Aws::VectorThe values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline void SetValues(Aws::VectorThe values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline TableAggregatedFieldWells& WithValues(const Aws::VectorThe values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline TableAggregatedFieldWells& WithValues(Aws::VectorThe values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline TableAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The values field well for a pivot table. Values are aggregated based on group * by fields.
*/ inline TableAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } private: Aws::Vector