7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteMatrixVehicleLicensePlate.h>
58 inline void SetMaxSpeed(
double value) { m_maxSpeedHasBeenSet =
true; m_maxSpeed = value; }
69 inline void SetOccupancy(
int value) { m_occupancyHasBeenSet =
true; m_occupancy = value; }
75 bool m_licensePlateHasBeenSet =
false;
78 bool m_maxSpeedHasBeenSet =
false;
81 bool m_occupancyHasBeenSet =
false;
void SetLicensePlate(const RouteMatrixVehicleLicensePlate &value)
RouteMatrixCarOptions & WithLicensePlate(RouteMatrixVehicleLicensePlate &&value)
const RouteMatrixVehicleLicensePlate & GetLicensePlate() const
double GetMaxSpeed() const
bool MaxSpeedHasBeenSet() const
AWS_GEOROUTES_API RouteMatrixCarOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
bool OccupancyHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetOccupancy(int value)
bool LicensePlateHasBeenSet() const
AWS_GEOROUTES_API RouteMatrixCarOptions(Aws::Utils::Json::JsonView jsonValue)
void SetLicensePlate(RouteMatrixVehicleLicensePlate &&value)
void SetMaxSpeed(double value)
RouteMatrixCarOptions & WithMaxSpeed(double value)
AWS_GEOROUTES_API RouteMatrixCarOptions()
RouteMatrixCarOptions & WithOccupancy(int value)
RouteMatrixCarOptions & WithLicensePlate(const RouteMatrixVehicleLicensePlate &value)
Aws::Utils::Json::JsonValue JsonValue