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>
48 template<
typename RowsT = Aws::Vector<DimensionField>>
49 void SetRows(RowsT&& value) { m_rowsHasBeenSet =
true; m_rows = std::forward<RowsT>(value); }
50 template<
typename RowsT = Aws::Vector<DimensionField>>
52 template<
typename RowsT = DimensionField>
63 template<
typename ColumnsT = Aws::Vector<DimensionField>>
64 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns = std::forward<ColumnsT>(value); }
65 template<
typename ColumnsT = Aws::Vector<DimensionField>>
67 template<
typename ColumnsT = DimensionField>
78 template<
typename ValuesT = Aws::Vector<MeasureField>>
79 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
80 template<
typename ValuesT = Aws::Vector<MeasureField>>
82 template<
typename ValuesT = MeasureField>
88 bool m_rowsHasBeenSet =
false;
91 bool m_columnsHasBeenSet =
false;
94 bool m_valuesHasBeenSet =
false;
void SetRows(RowsT &&value)
PivotTableAggregatedFieldWells & WithRows(RowsT &&value)
PivotTableAggregatedFieldWells & AddColumns(ColumnsT &&value)
const Aws::Vector< DimensionField > & GetRows() const
bool ValuesHasBeenSet() const
AWS_QUICKSIGHT_API PivotTableAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetColumns(ColumnsT &&value)
PivotTableAggregatedFieldWells & WithColumns(ColumnsT &&value)
void SetValues(ValuesT &&value)
bool RowsHasBeenSet() const
AWS_QUICKSIGHT_API PivotTableAggregatedFieldWells()=default
PivotTableAggregatedFieldWells & AddValues(ValuesT &&value)
const Aws::Vector< DimensionField > & GetColumns() const
const Aws::Vector< MeasureField > & GetValues() const
AWS_QUICKSIGHT_API PivotTableAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
bool ColumnsHasBeenSet() const
PivotTableAggregatedFieldWells & AddRows(RowsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
PivotTableAggregatedFieldWells & WithValues(ValuesT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue