7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RoutePassThroughPlace.h>
47 inline void SetGeometryOffset(
int value) { m_geometryOffsetHasBeenSet =
true; m_geometryOffset = value; }
57 template<
typename PlaceT = RoutePassThroughPlace>
58 void SetPlace(PlaceT&& value) { m_placeHasBeenSet =
true; m_place = std::forward<PlaceT>(value); }
59 template<
typename PlaceT = RoutePassThroughPlace>
64 int m_geometryOffset{0};
65 bool m_geometryOffsetHasBeenSet =
false;
67 RoutePassThroughPlace m_place;
68 bool m_placeHasBeenSet =
false;
bool PlaceHasBeenSet() const
AWS_GEOROUTES_API RoutePassThroughWaypoint()=default
void SetGeometryOffset(int value)
void SetPlace(PlaceT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RoutePassThroughWaypoint(Aws::Utils::Json::JsonView jsonValue)
RoutePassThroughWaypoint & WithPlace(PlaceT &&value)
RoutePassThroughWaypoint & WithGeometryOffset(int value)
int GetGeometryOffset() const
AWS_GEOROUTES_API RoutePassThroughWaypoint & operator=(Aws::Utils::Json::JsonView jsonValue)
const RoutePassThroughPlace & GetPlace() const
bool GeometryOffsetHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue