/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include The structure representing a Geometry in terms of Type and Coordinates as per
* GeoJson spec.See Also:
AWS
* API Reference
The coordinates of the GeoJson Geometry.
*/ inline const Aws::VectorThe coordinates of the GeoJson Geometry.
*/ inline bool CoordinatesHasBeenSet() const { return m_coordinatesHasBeenSet; } /** *The coordinates of the GeoJson Geometry.
*/ inline void SetCoordinates(const Aws::VectorThe coordinates of the GeoJson Geometry.
*/ inline void SetCoordinates(Aws::VectorThe coordinates of the GeoJson Geometry.
*/ inline Geometry& WithCoordinates(const Aws::VectorThe coordinates of the GeoJson Geometry.
*/ inline Geometry& WithCoordinates(Aws::VectorThe coordinates of the GeoJson Geometry.
*/ inline Geometry& AddCoordinates(const Aws::VectorThe coordinates of the GeoJson Geometry.
*/ inline Geometry& AddCoordinates(Aws::VectorGeoJson Geometry types like Polygon and MultiPolygon.
*/ inline const Aws::String& GetType() const{ return m_type; } /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline bool TypeHasBeenSet() const { return m_typeHasBeenSet; } /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline void SetType(const Aws::String& value) { m_typeHasBeenSet = true; m_type = value; } /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline void SetType(Aws::String&& value) { m_typeHasBeenSet = true; m_type = std::move(value); } /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline void SetType(const char* value) { m_typeHasBeenSet = true; m_type.assign(value); } /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline Geometry& WithType(const Aws::String& value) { SetType(value); return *this;} /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline Geometry& WithType(Aws::String&& value) { SetType(std::move(value)); return *this;} /** *GeoJson Geometry types like Polygon and MultiPolygon.
*/ inline Geometry& WithType(const char* value) { SetType(value); return *this;} private: Aws::Vector