7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
44 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
46 m_polygonHasBeenSet =
true;
47 m_polygon = std::forward<PolygonT>(value);
49 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
54 template <
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
56 m_polygonHasBeenSet =
true;
57 m_polygon.emplace_back(std::forward<PolygonT>(value));
72 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
74 m_polylinePolygonHasBeenSet =
true;
75 m_polylinePolygon = std::forward<PolylinePolygonT>(value);
77 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
82 template <
typename PolylinePolygonT = Aws::String>
84 m_polylinePolygonHasBeenSet =
true;
85 m_polylinePolygon.emplace_back(std::forward<PolylinePolygonT>(value));
93 bool m_polygonHasBeenSet =
false;
94 bool m_polylinePolygonHasBeenSet =
false;
AWS_GEOROUTES_API IsolineShapeGeometry(Aws::Utils::Json::JsonView jsonValue)
void SetPolylinePolygon(PolylinePolygonT &&value)
AWS_GEOROUTES_API IsolineShapeGeometry()=default
bool PolygonHasBeenSet() const
bool PolylinePolygonHasBeenSet() const
void SetPolygon(PolygonT &&value)
AWS_GEOROUTES_API IsolineShapeGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Vector< Aws::Vector< double > > > & GetPolygon() const
IsolineShapeGeometry & WithPolylinePolygon(PolylinePolygonT &&value)
IsolineShapeGeometry & AddPolylinePolygon(PolylinePolygonT &&value)
IsolineShapeGeometry & AddPolygon(PolygonT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
IsolineShapeGeometry & WithPolygon(PolygonT &&value)
const Aws::Vector< Aws::String > & GetPolylinePolygon() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue