7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
51 void SetPolygon(PolygonT&& value) { m_polygonHasBeenSet =
true; m_polygon = std::forward<PolygonT>(value); }
52 template<
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
54 template<
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
68 template<
typename PolylinePolygonT = Aws::Vector<Aws::String>>
69 void SetPolylinePolygon(PolylinePolygonT&& value) { m_polylinePolygonHasBeenSet =
true; m_polylinePolygon = std::forward<PolylinePolygonT>(value); }
70 template<
typename PolylinePolygonT = Aws::Vector<Aws::String>>
72 template<
typename PolylinePolygonT = Aws::String>
78 bool m_polygonHasBeenSet =
false;
81 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