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>
43 template <
typename GeospatialT = Aws::Vector<DimensionField>>
45 m_geospatialHasBeenSet =
true;
46 m_geospatial = std::forward<GeospatialT>(value);
48 template <
typename GeospatialT = Aws::Vector<DimensionField>>
53 template <
typename GeospatialT = DimensionField>
55 m_geospatialHasBeenSet =
true;
56 m_geospatial.emplace_back(std::forward<GeospatialT>(value));
68 template <
typename ValuesT = Aws::Vector<MeasureField>>
70 m_valuesHasBeenSet =
true;
71 m_values = std::forward<ValuesT>(value);
73 template <
typename ValuesT = Aws::Vector<MeasureField>>
78 template <
typename ValuesT = MeasureField>
80 m_valuesHasBeenSet =
true;
81 m_values.emplace_back(std::forward<ValuesT>(value));
89 bool m_geospatialHasBeenSet =
false;
90 bool m_valuesHasBeenSet =
false;
bool ValuesHasBeenSet() const
FilledMapAggregatedFieldWells & AddGeospatial(GeospatialT &&value)
FilledMapAggregatedFieldWells & AddValues(ValuesT &&value)
void SetValues(ValuesT &&value)
void SetGeospatial(GeospatialT &&value)
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
bool GeospatialHasBeenSet() const
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
FilledMapAggregatedFieldWells & WithGeospatial(GeospatialT &&value)
const Aws::Vector< MeasureField > & GetValues() const
FilledMapAggregatedFieldWells & WithValues(ValuesT &&value)
const Aws::Vector< DimensionField > & GetGeospatial() const
AWS_QUICKSIGHT_API FilledMapAggregatedFieldWells()=default
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue