7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/IsolineEngineType.h>
9#include <aws/geo-routes/model/IsolineVehicleLicensePlate.h>
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;
91 bool m_licensePlateHasBeenSet =
false;
94 bool m_maxSpeedHasBeenSet =
false;
97 bool m_occupancyHasBeenSet =
false;
void SetEngineType(const IsolineEngineType &value)
const IsolineEngineType & GetEngineType() const
IsolineCarOptions & WithEngineType(const IsolineEngineType &value)
void SetLicensePlate(IsolineVehicleLicensePlate &&value)
double GetMaxSpeed() const
void SetMaxSpeed(double value)
void SetLicensePlate(const IsolineVehicleLicensePlate &value)
IsolineCarOptions & WithMaxSpeed(double value)
void SetOccupancy(int value)
AWS_GEOROUTES_API IsolineCarOptions(Aws::Utils::Json::JsonView jsonValue)
bool LicensePlateHasBeenSet() const
IsolineCarOptions & WithLicensePlate(const IsolineVehicleLicensePlate &value)
IsolineCarOptions & WithEngineType(IsolineEngineType &&value)
bool OccupancyHasBeenSet() const
void SetEngineType(IsolineEngineType &&value)
AWS_GEOROUTES_API IsolineCarOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
IsolineCarOptions & WithOccupancy(int value)
const IsolineVehicleLicensePlate & GetLicensePlate() const
bool MaxSpeedHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
IsolineCarOptions & WithLicensePlate(IsolineVehicleLicensePlate &&value)
bool EngineTypeHasBeenSet() const
AWS_GEOROUTES_API IsolineCarOptions()
Aws::Utils::Json::JsonValue JsonValue