7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/quicksight/QuickSight_EXPORTS.h>
9#include <aws/quicksight/model/DimensionField.h>
10#include <aws/quicksight/model/MeasureField.h>
42 template <
typename RowsT = Aws::Vector<DimensionField>>
44 m_rowsHasBeenSet =
true;
45 m_rows = std::forward<RowsT>(value);
47 template <
typename RowsT = Aws::Vector<DimensionField>>
49 SetRows(std::forward<RowsT>(value));
52 template <
typename RowsT = DimensionField>
54 m_rowsHasBeenSet =
true;
55 m_rows.emplace_back(std::forward<RowsT>(value));
67 template <
typename ColumnsT = Aws::Vector<DimensionField>>
69 m_columnsHasBeenSet =
true;
70 m_columns = std::forward<ColumnsT>(value);
72 template <
typename ColumnsT = Aws::Vector<DimensionField>>
77 template <
typename ColumnsT = DimensionField>
79 m_columnsHasBeenSet =
true;
80 m_columns.emplace_back(std::forward<ColumnsT>(value));
92 template <
typename ValuesT = Aws::Vector<MeasureField>>
94 m_valuesHasBeenSet =
true;
95 m_values = std::forward<ValuesT>(value);
97 template <
typename ValuesT = Aws::Vector<MeasureField>>
102 template <
typename ValuesT = MeasureField>
104 m_valuesHasBeenSet =
true;
105 m_values.emplace_back(std::forward<ValuesT>(value));
115 bool m_rowsHasBeenSet =
false;
116 bool m_columnsHasBeenSet =
false;
117 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