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 BoundingBoxT = Aws::Vector<
double>>
46 m_boundingBoxHasBeenSet =
true;
47 m_boundingBox = std::forward<BoundingBoxT>(value);
49 template <
typename BoundingBoxT = Aws::Vector<
double>>
55 m_boundingBoxHasBeenSet =
true;
56 m_boundingBox.push_back(value);
67 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
69 m_polygonHasBeenSet =
true;
70 m_polygon = std::forward<PolygonT>(value);
72 template <
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
77 template <
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
79 m_polygonHasBeenSet =
true;
80 m_polygon.emplace_back(std::forward<PolygonT>(value));
95 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
97 m_polylinePolygonHasBeenSet =
true;
98 m_polylinePolygon = std::forward<PolylinePolygonT>(value);
100 template <
typename PolylinePolygonT = Aws::Vector<Aws::String>>
105 template <
typename PolylinePolygonT = Aws::String>
107 m_polylinePolygonHasBeenSet =
true;
108 m_polylinePolygon.emplace_back(std::forward<PolylinePolygonT>(value));
118 bool m_boundingBoxHasBeenSet =
false;
119 bool m_polygonHasBeenSet =
false;
120 bool m_polylinePolygonHasBeenSet =
false;
void SetBoundingBox(BoundingBoxT &&value)
RouteMatrixAvoidanceAreaGeometry & AddPolygon(PolygonT &&value)
AWS_GEOROUTES_API RouteMatrixAvoidanceAreaGeometry()=default
bool BoundingBoxHasBeenSet() const
RouteMatrixAvoidanceAreaGeometry & WithPolylinePolygon(PolylinePolygonT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool PolygonHasBeenSet() const
void SetPolygon(PolygonT &&value)
RouteMatrixAvoidanceAreaGeometry & AddBoundingBox(double value)
const Aws::Vector< double > & GetBoundingBox() const
bool PolylinePolygonHasBeenSet() const
RouteMatrixAvoidanceAreaGeometry & WithPolygon(PolygonT &&value)
const Aws::Vector< Aws::String > & GetPolylinePolygon() const
void SetPolylinePolygon(PolylinePolygonT &&value)
AWS_GEOROUTES_API RouteMatrixAvoidanceAreaGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteMatrixAvoidanceAreaGeometry & WithBoundingBox(BoundingBoxT &&value)
AWS_GEOROUTES_API RouteMatrixAvoidanceAreaGeometry(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::Vector< Aws::Vector< double > > > & GetPolygon() const
RouteMatrixAvoidanceAreaGeometry & AddPolylinePolygon(PolylinePolygonT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue