7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteEngineType.h>
9#include <aws/geo-routes/model/RouteVehicleLicensePlate.h>
58 template<
typename LicensePlateT = RouteVehicleLicensePlate>
59 void SetLicensePlate(LicensePlateT&& value) { m_licensePlateHasBeenSet =
true; m_licensePlate = std::forward<LicensePlateT>(value); }
60 template<
typename LicensePlateT = RouteVehicleLicensePlate>
70 inline void SetMaxSpeed(
double value) { m_maxSpeedHasBeenSet =
true; m_maxSpeed = value; }
81 inline void SetOccupancy(
int value) { m_occupancyHasBeenSet =
true; m_occupancy = value; }
87 bool m_engineTypeHasBeenSet =
false;
89 RouteVehicleLicensePlate m_licensePlate;
90 bool m_licensePlateHasBeenSet =
false;
92 double m_maxSpeed{0.0};
93 bool m_maxSpeedHasBeenSet =
false;
96 bool m_occupancyHasBeenSet =
false;
const RouteVehicleLicensePlate & GetLicensePlate() const
AWS_GEOROUTES_API RouteScooterOptions(Aws::Utils::Json::JsonView jsonValue)
RouteScooterOptions & WithLicensePlate(LicensePlateT &&value)
void SetLicensePlate(LicensePlateT &&value)
bool MaxSpeedHasBeenSet() const
void SetOccupancy(int value)
RouteScooterOptions & WithMaxSpeed(double value)
bool LicensePlateHasBeenSet() const
void SetMaxSpeed(double value)
AWS_GEOROUTES_API RouteScooterOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteScooterOptions()=default
bool OccupancyHasBeenSet() const
bool EngineTypeHasBeenSet() const
double GetMaxSpeed() const
RouteScooterOptions & WithEngineType(RouteEngineType value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetEngineType(RouteEngineType value)
RouteEngineType GetEngineType() const
RouteScooterOptions & WithOccupancy(int value)
Aws::Utils::Json::JsonValue JsonValue