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>
62 template<
typename ColumnsT = Aws::Vector<DimensionField>>
63 void SetColumns(ColumnsT&& value) { m_columnsHasBeenSet =
true; m_columns = std::forward<ColumnsT>(value); }
64 template<
typename ColumnsT = Aws::Vector<DimensionField>>
66 template<
typename ColumnsT = DimensionField>
76 template<
typename ValuesT = Aws::Vector<MeasureField>>
77 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
78 template<
typename ValuesT = Aws::Vector<MeasureField>>
80 template<
typename ValuesT = MeasureField>
86 bool m_rowsHasBeenSet =
false;
89 bool m_columnsHasBeenSet =
false;
92 bool m_valuesHasBeenSet =
false;
HeatMapAggregatedFieldWells & WithRows(RowsT &&value)
void SetValues(ValuesT &&value)
AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
void SetRows(RowsT &&value)
HeatMapAggregatedFieldWells & AddColumns(ColumnsT &&value)
bool ValuesHasBeenSet() const
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
HeatMapAggregatedFieldWells & WithColumns(ColumnsT &&value)
void SetColumns(ColumnsT &&value)
AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells()=default
const Aws::Vector< DimensionField > & GetRows() const
HeatMapAggregatedFieldWells & AddRows(RowsT &&value)
bool ColumnsHasBeenSet() const
const Aws::Vector< DimensionField > & GetColumns() const
const Aws::Vector< MeasureField > & GetValues() const
HeatMapAggregatedFieldWells & AddValues(ValuesT &&value)
bool RowsHasBeenSet() const
HeatMapAggregatedFieldWells & WithValues(ValuesT &&value)
AWS_QUICKSIGHT_API HeatMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue