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>
50 template<
typename GeospatialT = Aws::Vector<DimensionField>>
51 void SetGeospatial(GeospatialT&& value) { m_geospatialHasBeenSet =
true; m_geospatial = std::forward<GeospatialT>(value); }
52 template<
typename GeospatialT = Aws::Vector<DimensionField>>
54 template<
typename GeospatialT = DimensionField>
65 template<
typename ValuesT = Aws::Vector<MeasureField>>
66 void SetValues(ValuesT&& value) { m_valuesHasBeenSet =
true; m_values = std::forward<ValuesT>(value); }
67 template<
typename ValuesT = Aws::Vector<MeasureField>>
69 template<
typename ValuesT = MeasureField>
79 template<
typename ColorsT = Aws::Vector<DimensionField>>
80 void SetColors(ColorsT&& value) { m_colorsHasBeenSet =
true; m_colors = std::forward<ColorsT>(value); }
81 template<
typename ColorsT = Aws::Vector<DimensionField>>
83 template<
typename ColorsT = DimensionField>
89 bool m_geospatialHasBeenSet =
false;
92 bool m_valuesHasBeenSet =
false;
95 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