7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteEngineType.h>
9#include <aws/geo-routes/model/RouteVehicleLicensePlate.h>
43 m_engineTypeHasBeenSet =
true;
58 template <
typename LicensePlateT = RouteVehicleLicensePlate>
60 m_licensePlateHasBeenSet =
true;
61 m_licensePlate = std::forward<LicensePlateT>(value);
63 template <
typename LicensePlateT = RouteVehicleLicensePlate>
78 m_maxSpeedHasBeenSet =
true;
95 m_occupancyHasBeenSet =
true;
106 RouteVehicleLicensePlate 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;
RouteCarOptions & WithLicensePlate(LicensePlateT &&value)
void SetEngineType(RouteEngineType value)
double GetMaxSpeed() const
bool OccupancyHasBeenSet() const
void SetOccupancy(int value)
bool EngineTypeHasBeenSet() const
AWS_GEOROUTES_API RouteCarOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool LicensePlateHasBeenSet() const
const RouteVehicleLicensePlate & GetLicensePlate() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteCarOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteCarOptions()=default
RouteCarOptions & WithMaxSpeed(double value)
RouteCarOptions & WithEngineType(RouteEngineType value)
RouteEngineType GetEngineType() const
RouteCarOptions & WithOccupancy(int value)
void SetLicensePlate(LicensePlateT &&value)
bool MaxSpeedHasBeenSet() const
void SetMaxSpeed(double value)
Aws::Utils::Json::JsonValue JsonValue