7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteEngineType.h>
9#include <aws/geo-routes/model/RouteVehicleLicensePlate.h>
72 inline void SetMaxSpeed(
double value) { m_maxSpeedHasBeenSet =
true; m_maxSpeed = value; }
83 inline void SetOccupancy(
int value) { m_occupancyHasBeenSet =
true; m_occupancy = value; }
89 bool m_engineTypeHasBeenSet =
false;
92 bool m_licensePlateHasBeenSet =
false;
95 bool m_maxSpeedHasBeenSet =
false;
98 bool m_occupancyHasBeenSet =
false;
const RouteVehicleLicensePlate & GetLicensePlate() const
AWS_GEOROUTES_API RouteScooterOptions(Aws::Utils::Json::JsonView jsonValue)
RouteScooterOptions & WithLicensePlate(const RouteVehicleLicensePlate &value)
bool MaxSpeedHasBeenSet() const
void SetOccupancy(int value)
RouteScooterOptions & WithMaxSpeed(double value)
bool LicensePlateHasBeenSet() const
void SetLicensePlate(RouteVehicleLicensePlate &&value)
void SetMaxSpeed(double value)
AWS_GEOROUTES_API RouteScooterOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OccupancyHasBeenSet() const
bool EngineTypeHasBeenSet() const
void SetLicensePlate(const RouteVehicleLicensePlate &value)
double GetMaxSpeed() const
void SetEngineType(RouteEngineType &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const RouteEngineType & GetEngineType() const
RouteScooterOptions & WithEngineType(const RouteEngineType &value)
RouteScooterOptions & WithLicensePlate(RouteVehicleLicensePlate &&value)
RouteScooterOptions & WithEngineType(RouteEngineType &&value)
AWS_GEOROUTES_API RouteScooterOptions()
RouteScooterOptions & WithOccupancy(int value)
void SetEngineType(const RouteEngineType &value)
Aws::Utils::Json::JsonValue JsonValue