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>
47 template <
typename BoundingBoxT = Aws::Vector<
double>>
49 m_boundingBoxHasBeenSet =
true;
50 m_boundingBox = std::forward<BoundingBoxT>(value);
52 template <
typename BoundingBoxT = Aws::Vector<
double>>
58 m_boundingBoxHasBeenSet =
true;
59 m_boundingBox.push_back(value);
71 template <
typename Corr
idorT = Corr
idor>
73 m_corridorHasBeenSet =
true;
74 m_corridor = std::forward<CorridorT>(value);
76 template <
typename Corr
idorT = Corr
idor>
90 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
92 m_polygonHasBeenSet =
true;
93 m_polygon = std::forward<PolygonT>(value);
95 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
100 template <
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
102 m_polygonHasBeenSet =
true;
103 m_polygon.emplace_back(std::forward<PolygonT>(value));
117 template <
typename PolylineCorr
idorT = PolylineCorr
idor>
119 m_polylineCorridorHasBeenSet =
true;
120 m_polylineCorridor = std::forward<PolylineCorridorT>(value);
122 template <
typename PolylineCorr
idorT = PolylineCorr
idor>
139 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
141 m_polylinePolygonHasBeenSet =
true;
142 m_polylinePolygon = std::forward<PolylinePolygonT>(value);
144 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
149 template <
typename PolylinePolygonT = Aws::String>
151 m_polylinePolygonHasBeenSet =
true;
152 m_polylinePolygon.emplace_back(std::forward<PolylinePolygonT>(value));
166 bool m_boundingBoxHasBeenSet =
false;
167 bool m_corridorHasBeenSet =
false;
168 bool m_polygonHasBeenSet =
false;
169 bool m_polylineCorridorHasBeenSet =
false;
170 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