7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
43 template <
typename BoundingBoxT = Aws::Vector<
double>>
45 m_boundingBoxHasBeenSet =
true;
46 m_boundingBox = std::forward<BoundingBoxT>(value);
48 template <
typename BoundingBoxT = Aws::Vector<
double>>
54 m_boundingBoxHasBeenSet =
true;
55 m_boundingBox.push_back(value);
61 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