7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteMatrixBoundaryGeometry.h>
48 template<
typename GeometryT = RouteMatrixBoundaryGeometry>
49 void SetGeometry(GeometryT&& value) { m_geometryHasBeenSet =
true; m_geometry = std::forward<GeometryT>(value); }
50 template<
typename GeometryT = RouteMatrixBoundaryGeometry>
61 inline void SetUnbounded(
bool value) { m_unboundedHasBeenSet =
true; m_unbounded = value; }
67 bool m_geometryHasBeenSet =
false;
69 bool m_unbounded{
false};
70 bool m_unboundedHasBeenSet =
false;
AWS_GEOROUTES_API RouteMatrixBoundary()=default
bool GetUnbounded() const
const RouteMatrixBoundaryGeometry & GetGeometry() const
AWS_GEOROUTES_API RouteMatrixBoundary(Aws::Utils::Json::JsonView jsonValue)
void SetUnbounded(bool value)
bool UnboundedHasBeenSet() const
void SetGeometry(GeometryT &&value)
RouteMatrixBoundary & WithGeometry(GeometryT &&value)
bool GeometryHasBeenSet() const
RouteMatrixBoundary & WithUnbounded(bool value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteMatrixBoundary & operator=(Aws::Utils::Json::JsonView jsonValue)
Aws::Utils::Json::JsonValue JsonValue