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>
44 template <
typename GeospatialT = Aws::Vector<DimensionField>>
46 m_geospatialHasBeenSet =
true;
47 m_geospatial = std::forward<GeospatialT>(value);
49 template <
typename GeospatialT = Aws::Vector<DimensionField>>
54 template <
typename GeospatialT = DimensionField>
56 m_geospatialHasBeenSet =
true;
57 m_geospatial.emplace_back(std::forward<GeospatialT>(value));
69 template <
typename ValuesT = Aws::Vector<MeasureField>>
71 m_valuesHasBeenSet =
true;
72 m_values = std::forward<ValuesT>(value);
74 template <
typename ValuesT = Aws::Vector<MeasureField>>
79 template <
typename ValuesT = MeasureField>
81 m_valuesHasBeenSet =
true;
82 m_values.emplace_back(std::forward<ValuesT>(value));
93 template <
typename ColorsT = Aws::Vector<DimensionField>>
95 m_colorsHasBeenSet =
true;
96 m_colors = std::forward<ColorsT>(value);
98 template <
typename ColorsT = Aws::Vector<DimensionField>>
103 template <
typename ColorsT = DimensionField>
105 m_colorsHasBeenSet =
true;
106 m_colors.emplace_back(std::forward<ColorsT>(value));
116 bool m_geospatialHasBeenSet =
false;
117 bool m_valuesHasBeenSet =
false;
118 bool m_colorsHasBeenSet =
false;
GeospatialMapAggregatedFieldWells & WithGeospatial(GeospatialT &&value)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells()=default
void SetValues(ValuesT &&value)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells & operator=(Aws::Utils::Json::JsonView jsonValue)
bool ValuesHasBeenSet() const
void SetGeospatial(GeospatialT &&value)
AWS_QUICKSIGHT_API GeospatialMapAggregatedFieldWells(Aws::Utils::Json::JsonView jsonValue)
GeospatialMapAggregatedFieldWells & AddColors(ColorsT &&value)
const Aws::Vector< DimensionField > & GetGeospatial() const
GeospatialMapAggregatedFieldWells & AddGeospatial(GeospatialT &&value)
bool ColorsHasBeenSet() const
const Aws::Vector< MeasureField > & GetValues() const
const Aws::Vector< DimensionField > & GetColors() const
GeospatialMapAggregatedFieldWells & AddValues(ValuesT &&value)
GeospatialMapAggregatedFieldWells & WithValues(ValuesT &&value)
GeospatialMapAggregatedFieldWells & WithColors(ColorsT &&value)
bool GeospatialHasBeenSet() const
void SetColors(ColorsT &&value)
AWS_QUICKSIGHT_API Aws::Utils::Json::JsonValue Jsonize() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue