7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/IsolineEngineType.h>
9#include <aws/geo-routes/model/IsolineVehicleLicensePlate.h>
43 m_engineTypeHasBeenSet =
true;
58 template <
typename LicensePlateT = IsolineVehicleLicensePlate>
60 m_licensePlateHasBeenSet =
true;
61 m_licensePlate = std::forward<LicensePlateT>(value);
63 template <
typename LicensePlateT = IsolineVehicleLicensePlate>
78 m_maxSpeedHasBeenSet =
true;
95 m_occupancyHasBeenSet =
true;
106 IsolineVehicleLicensePlate m_licensePlate;
108 double m_maxSpeed{0.0};
111 bool m_engineTypeHasBeenSet =
false;
112 bool m_licensePlateHasBeenSet =
false;
113 bool m_maxSpeedHasBeenSet =
false;
114 bool m_occupancyHasBeenSet =
false;
void SetMaxSpeed(double value)
void SetLicensePlate(LicensePlateT &&value)
IsolineScooterOptions & WithMaxSpeed(double value)
void SetOccupancy(int value)
AWS_GEOROUTES_API IsolineScooterOptions(Aws::Utils::Json::JsonView jsonValue)
bool MaxSpeedHasBeenSet() const
IsolineScooterOptions & WithEngineType(IsolineEngineType value)
void SetEngineType(IsolineEngineType value)
AWS_GEOROUTES_API IsolineScooterOptions()=default
bool EngineTypeHasBeenSet() const
IsolineScooterOptions & WithOccupancy(int value)
AWS_GEOROUTES_API IsolineScooterOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
double GetMaxSpeed() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool LicensePlateHasBeenSet() const
bool OccupancyHasBeenSet() const
const IsolineVehicleLicensePlate & GetLicensePlate() const
IsolineEngineType GetEngineType() const
IsolineScooterOptions & WithLicensePlate(LicensePlateT &&value)
Aws::Utils::Json::JsonValue JsonValue