7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteMatrixBoundaryGeometry.h>
42 template <
typename GeometryT = RouteMatrixBoundaryGeometry>
44 m_geometryHasBeenSet =
true;
45 m_geometry = std::forward<GeometryT>(value);
47 template <
typename GeometryT = RouteMatrixBoundaryGeometry>
62 m_unboundedHasBeenSet =
true;
73 bool m_unbounded{
false};
74 bool m_geometryHasBeenSet =
false;
75 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