7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/Corridor.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/geo-routes/model/PolylineCorridor.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
50 template<
typename Corr
idorT = Corr
idor>
51 void SetCorridor(CorridorT&& value) { m_corridorHasBeenSet =
true; m_corridor = std::forward<CorridorT>(value); }
52 template<
typename Corr
idorT = Corr
idor>
65 template<
typename BoundingBoxT = Aws::Vector<
double>>
66 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
67 template<
typename BoundingBoxT = Aws::Vector<
double>>
78 template<
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
79 void SetPolygon(PolygonT&& value) { m_polygonHasBeenSet =
true; m_polygon = std::forward<PolygonT>(value); }
80 template<
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
82 template<
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
93 template<
typename PolylineCorr
idorT = PolylineCorr
idor>
94 void SetPolylineCorridor(PolylineCorridorT&& value) { m_polylineCorridorHasBeenSet =
true; m_polylineCorridor = std::forward<PolylineCorridorT>(value); }
95 template<
typename PolylineCorr
idorT = PolylineCorr
idor>
109 template<
typename PolylinePolygonT = Aws::Vector<Aws::String>>
110 void SetPolylinePolygon(PolylinePolygonT&& value) { m_polylinePolygonHasBeenSet =
true; m_polylinePolygon = std::forward<PolylinePolygonT>(value); }
111 template<
typename PolylinePolygonT = Aws::Vector<Aws::String>>
113 template<
typename PolylinePolygonT = Aws::String>
119 bool m_corridorHasBeenSet =
false;
122 bool m_boundingBoxHasBeenSet =
false;
125 bool m_polygonHasBeenSet =
false;
128 bool m_polylineCorridorHasBeenSet =
false;
131 bool m_polylinePolygonHasBeenSet =
false;
void SetPolygon(PolygonT &&value)
RouteAvoidanceAreaGeometry & WithPolygon(PolygonT &&value)
RouteAvoidanceAreaGeometry & WithPolylineCorridor(PolylineCorridorT &&value)
void SetCorridor(CorridorT &&value)
RouteAvoidanceAreaGeometry & WithCorridor(CorridorT &&value)
bool PolygonHasBeenSet() const
bool CorridorHasBeenSet() const
void SetPolylineCorridor(PolylineCorridorT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteAvoidanceAreaGeometry & AddBoundingBox(double value)
RouteAvoidanceAreaGeometry & WithBoundingBox(BoundingBoxT &&value)
RouteAvoidanceAreaGeometry & WithPolylinePolygon(PolylinePolygonT &&value)
RouteAvoidanceAreaGeometry & AddPolylinePolygon(PolylinePolygonT &&value)
void SetPolylinePolygon(PolylinePolygonT &&value)
bool PolylineCorridorHasBeenSet() const
AWS_GEOROUTES_API RouteAvoidanceAreaGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Corridor & GetCorridor() const
bool BoundingBoxHasBeenSet() const
const Aws::Vector< Aws::Vector< Aws::Vector< double > > > & GetPolygon() const
const Aws::Vector< double > & GetBoundingBox() const
AWS_GEOROUTES_API RouteAvoidanceAreaGeometry(Aws::Utils::Json::JsonView jsonValue)
const PolylineCorridor & GetPolylineCorridor() const
RouteAvoidanceAreaGeometry & AddPolygon(PolygonT &&value)
const Aws::Vector< Aws::String > & GetPolylinePolygon() const
void SetBoundingBox(BoundingBoxT &&value)
AWS_GEOROUTES_API RouteAvoidanceAreaGeometry()=default
bool PolylinePolygonHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue