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>
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 IsolineVehicleLicensePlate m_licensePlate;
90 bool m_licensePlateHasBeenSet =
false;
92 double m_maxSpeed{0.0};
93 bool m_maxSpeedHasBeenSet =
false;
96 bool m_occupancyHasBeenSet =
false;
IsolineCarOptions & WithEngineType(IsolineEngineType value)
AWS_GEOROUTES_API IsolineCarOptions()=default
double GetMaxSpeed() const
IsolineEngineType GetEngineType() const
void SetMaxSpeed(double value)
IsolineCarOptions & WithMaxSpeed(double value)
void SetOccupancy(int value)
AWS_GEOROUTES_API IsolineCarOptions(Aws::Utils::Json::JsonView jsonValue)
bool LicensePlateHasBeenSet() const
bool OccupancyHasBeenSet() const
AWS_GEOROUTES_API IsolineCarOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
IsolineCarOptions & WithOccupancy(int value)
const IsolineVehicleLicensePlate & GetLicensePlate() const
void SetEngineType(IsolineEngineType value)
bool MaxSpeedHasBeenSet() const
void SetLicensePlate(LicensePlateT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
IsolineCarOptions & WithLicensePlate(LicensePlateT &&value)
bool EngineTypeHasBeenSet() const
Aws::Utils::Json::JsonValue JsonValue