/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The aggregated field wells of a heat map.See Also:
AWS
* API Reference
The rows field well of a heat map.
*/ inline const Aws::VectorThe rows field well of a heat map.
*/ inline bool RowsHasBeenSet() const { return m_rowsHasBeenSet; } /** *The rows field well of a heat map.
*/ inline void SetRows(const Aws::VectorThe rows field well of a heat map.
*/ inline void SetRows(Aws::VectorThe rows field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& WithRows(const Aws::VectorThe rows field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& WithRows(Aws::VectorThe rows field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& AddRows(const DimensionField& value) { m_rowsHasBeenSet = true; m_rows.push_back(value); return *this; } /** *The rows field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& AddRows(DimensionField&& value) { m_rowsHasBeenSet = true; m_rows.push_back(std::move(value)); return *this; } /** *The columns field well of a heat map.
*/ inline const Aws::VectorThe columns field well of a heat map.
*/ inline bool ColumnsHasBeenSet() const { return m_columnsHasBeenSet; } /** *The columns field well of a heat map.
*/ inline void SetColumns(const Aws::VectorThe columns field well of a heat map.
*/ inline void SetColumns(Aws::VectorThe columns field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& WithColumns(const Aws::VectorThe columns field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& WithColumns(Aws::VectorThe columns field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& AddColumns(const DimensionField& value) { m_columnsHasBeenSet = true; m_columns.push_back(value); return *this; } /** *The columns field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& AddColumns(DimensionField&& value) { m_columnsHasBeenSet = true; m_columns.push_back(std::move(value)); return *this; } /** *The values field well of a heat map.
*/ inline const Aws::VectorThe values field well of a heat map.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The values field well of a heat map.
*/ inline void SetValues(const Aws::VectorThe values field well of a heat map.
*/ inline void SetValues(Aws::VectorThe values field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& WithValues(const Aws::VectorThe values field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& WithValues(Aws::VectorThe values field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The values field well of a heat map.
*/ inline HeatMapAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } private: Aws::Vector