7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/IsolineEngineType.h>
9#include <aws/geo-routes/model/IsolineVehicleLicensePlate.h>
58 template<
typename LicensePlateT = IsolineVehicleLicensePlate>
59 void SetLicensePlate(LicensePlateT&& value) { m_licensePlateHasBeenSet =
true; m_licensePlate = std::forward<LicensePlateT>(value); }
60 template<
typename LicensePlateT = IsolineVehicleLicensePlate>
71 inline void SetMaxSpeed(
double value) { m_maxSpeedHasBeenSet =
true; m_maxSpeed = value; }
82 inline void SetOccupancy(
int value) { m_occupancyHasBeenSet =
true; m_occupancy = value; }
88 bool m_engineTypeHasBeenSet =
false;
90 IsolineVehicleLicensePlate m_licensePlate;
91 bool m_licensePlateHasBeenSet =
false;
93 double m_maxSpeed{0.0};
94 bool m_maxSpeedHasBeenSet =
false;
97 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