/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The aggregated field well of the filled map.See Also:
AWS
* API Reference
The aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline const Aws::VectorThe aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline bool GeospatialHasBeenSet() const { return m_geospatialHasBeenSet; } /** *The aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline void SetGeospatial(const Aws::VectorThe aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline void SetGeospatial(Aws::VectorThe aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline FilledMapAggregatedFieldWells& WithGeospatial(const Aws::VectorThe aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline FilledMapAggregatedFieldWells& WithGeospatial(Aws::VectorThe aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline FilledMapAggregatedFieldWells& AddGeospatial(const DimensionField& value) { m_geospatialHasBeenSet = true; m_geospatial.push_back(value); return *this; } /** *The aggregated location field well of the filled map. Values are grouped by * location fields.
*/ inline FilledMapAggregatedFieldWells& AddGeospatial(DimensionField&& value) { m_geospatialHasBeenSet = true; m_geospatial.push_back(std::move(value)); return *this; } /** *The aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline const Aws::VectorThe aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline bool ValuesHasBeenSet() const { return m_valuesHasBeenSet; } /** *The aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline void SetValues(const Aws::VectorThe aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline void SetValues(Aws::VectorThe aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline FilledMapAggregatedFieldWells& WithValues(const Aws::VectorThe aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline FilledMapAggregatedFieldWells& WithValues(Aws::VectorThe aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline FilledMapAggregatedFieldWells& AddValues(const MeasureField& value) { m_valuesHasBeenSet = true; m_values.push_back(value); return *this; } /** *The aggregated color field well of a filled map. Values are aggregated based * on location fields.
*/ inline FilledMapAggregatedFieldWells& AddValues(MeasureField&& value) { m_valuesHasBeenSet = true; m_values.push_back(std::move(value)); return *this; } private: Aws::Vector