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 BoundingBoxT = Aws::Vector<
double>>
51 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
52 template<
typename BoundingBoxT = Aws::Vector<
double>>
63 template<
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
64 void SetPolygon(PolygonT&& value) { m_polygonHasBeenSet =
true; m_polygon = std::forward<PolygonT>(value); }
65 template<
typename PolygonT = Aws::Vector<Aws::Vector<Aws::Vector<
double>>>>
67 template<
typename PolygonT = Aws::Vector<Aws::Vector<
double>>>
81 template<
typename PolylinePolygonT = Aws::Vector<Aws::String>>
82 void SetPolylinePolygon(PolylinePolygonT&& value) { m_polylinePolygonHasBeenSet =
true; m_polylinePolygon = std::forward<PolylinePolygonT>(value); }
83 template<
typename PolylinePolygonT = Aws::Vector<Aws::String>>
85 template<
typename PolylinePolygonT = Aws::String>
91 bool m_boundingBoxHasBeenSet =
false;
94 bool m_polygonHasBeenSet =
false;
97 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