7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
49 template<
typename BoundingBoxT = Aws::Vector<
double>>
50 void SetBoundingBox(BoundingBoxT&& value) { m_boundingBoxHasBeenSet =
true; m_boundingBox = std::forward<BoundingBoxT>(value); }
51 template<
typename BoundingBoxT = Aws::Vector<
double>>
58 bool m_boundingBoxHasBeenSet =
false;
AWS_GEOROUTES_API WaypointOptimizationAvoidanceAreaGeometry(Aws::Utils::Json::JsonView jsonValue)
WaypointOptimizationAvoidanceAreaGeometry & WithBoundingBox(BoundingBoxT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API WaypointOptimizationAvoidanceAreaGeometry()=default
WaypointOptimizationAvoidanceAreaGeometry & AddBoundingBox(double value)
const Aws::Vector< double > & GetBoundingBox() const
bool BoundingBoxHasBeenSet() const
AWS_GEOROUTES_API WaypointOptimizationAvoidanceAreaGeometry & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetBoundingBox(BoundingBoxT &&value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue