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>
10#include <aws/geo-routes/model/Corridor.h>
11#include <aws/geo-routes/model/PolylineCorridor.h>
46 template <
typename BoundingBoxT = Aws::Vector<
double>>
48 m_boundingBoxHasBeenSet =
true;
49 m_boundingBox = std::forward<BoundingBoxT>(value);
51 template <
typename BoundingBoxT = Aws::Vector<
double>>
57 m_boundingBoxHasBeenSet =
true;
58 m_boundingBox.push_back(value);
70 template <
typename Corr
idorT = Corr
idor>
72 m_corridorHasBeenSet =
true;
73 m_corridor = std::forward<CorridorT>(value);
75 template <
typename Corr
idorT = Corr
idor>
89 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
91 m_polygonHasBeenSet =
true;
92 m_polygon = std::forward<PolygonT>(value);
94 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
99 template <
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
101 m_polygonHasBeenSet =
true;
102 m_polygon.emplace_back(std::forward<PolygonT>(value));
115 template <
typename PolylineCorr
idorT = PolylineCorr
idor>
117 m_polylineCorridorHasBeenSet =
true;
118 m_polylineCorridor = std::forward<PolylineCorridorT>(value);
120 template <
typename PolylineCorr
idorT = PolylineCorr
idor>
136 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
138 m_polylinePolygonHasBeenSet =
true;
139 m_polylinePolygon = std::forward<PolylinePolygonT>(value);
141 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
146 template <
typename PolylinePolygonT = Aws::String>
148 m_polylinePolygonHasBeenSet =
true;
149 m_polylinePolygon.emplace_back(std::forward<PolylinePolygonT>(value));
163 bool m_boundingBoxHasBeenSet =
false;
164 bool m_corridorHasBeenSet =
false;
165 bool m_polygonHasBeenSet =
false;
166 bool m_polylineCorridorHasBeenSet =
false;
167 bool m_polylinePolygonHasBeenSet =
false;
AWS_GEOROUTES_API IsolineAvoidanceAreaGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPolylinePolygon(PolylinePolygonT &&value)
const Aws::Vector< Aws::String > & GetPolylinePolygon() const
bool BoundingBoxHasBeenSet() const
bool PolygonHasBeenSet() const
const Aws::Vector< Aws::Vector< Aws::Vector< double > > > & GetPolygon() const
bool CorridorHasBeenSet() const
IsolineAvoidanceAreaGeometry & WithPolylinePolygon(PolylinePolygonT &&value)
AWS_GEOROUTES_API IsolineAvoidanceAreaGeometry()=default
const PolylineCorridor & GetPolylineCorridor() const
IsolineAvoidanceAreaGeometry & AddPolygon(PolygonT &&value)
const Corridor & GetCorridor() const
void SetBoundingBox(BoundingBoxT &&value)
bool PolylinePolygonHasBeenSet() const
IsolineAvoidanceAreaGeometry & AddPolylinePolygon(PolylinePolygonT &&value)
IsolineAvoidanceAreaGeometry & WithPolylineCorridor(PolylineCorridorT &&value)
IsolineAvoidanceAreaGeometry & WithCorridor(CorridorT &&value)
IsolineAvoidanceAreaGeometry & AddBoundingBox(double value)
IsolineAvoidanceAreaGeometry & WithBoundingBox(BoundingBoxT &&value)
bool PolylineCorridorHasBeenSet() const
AWS_GEOROUTES_API IsolineAvoidanceAreaGeometry(Aws::Utils::Json::JsonView jsonValue)
IsolineAvoidanceAreaGeometry & WithPolygon(PolygonT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPolygon(PolygonT &&value)
void SetCorridor(CorridorT &&value)
void SetPolylineCorridor(PolylineCorridorT &&value)
const Aws::Vector< double > & GetBoundingBox() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue