7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/IsolineEngineType.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/geo-routes/model/IsolineVehicleLicensePlate.h>
11#include <aws/geo-routes/model/IsolineTrailerOptions.h>
12#include <aws/geo-routes/model/IsolineTruckType.h>
13#include <aws/core/utils/memory/stl/AWSString.h>
14#include <aws/geo-routes/model/WeightPerAxleGroup.h>
15#include <aws/geo-routes/model/IsolineHazardousCargoType.h>
54 inline void SetAxleCount(
int value) { m_axleCountHasBeenSet =
true; m_axleCount = value; }
77 inline void SetGrossWeight(
long long value) { m_grossWeightHasBeenSet =
true; m_grossWeight = value; }
99 inline long long GetHeight()
const{
return m_height; }
101 inline void SetHeight(
long long value) { m_heightHasBeenSet =
true; m_height = value; }
112 inline void SetHeightAboveFirstAxle(
long long value) { m_heightAboveFirstAxleHasBeenSet =
true; m_heightAboveFirstAxle = value; }
123 inline void SetKpraLength(
long long value) { m_kpraLengthHasBeenSet =
true; m_kpraLength = value; }
133 inline void SetLength(
long long value) { m_lengthHasBeenSet =
true; m_length = value; }
156 inline void SetMaxSpeed(
double value) { m_maxSpeedHasBeenSet =
true; m_maxSpeed = value; }
167 inline void SetOccupancy(
int value) { m_occupancyHasBeenSet =
true; m_occupancy = value; }
178 inline void SetPayloadCapacity(
long long value) { m_payloadCapacityHasBeenSet =
true; m_payloadCapacity = value; }
188 inline void SetTireCount(
int value) { m_tireCountHasBeenSet =
true; m_tireCount = value; }
235 inline void SetTunnelRestrictionCode(
const char* value) { m_tunnelRestrictionCodeHasBeenSet =
true; m_tunnelRestrictionCode.assign(value); }
249 inline void SetWeightPerAxle(
long long value) { m_weightPerAxleHasBeenSet =
true; m_weightPerAxle = value; }
271 inline long long GetWidth()
const{
return m_width; }
273 inline void SetWidth(
long long value) { m_widthHasBeenSet =
true; m_width = value; }
279 bool m_axleCountHasBeenSet =
false;
282 bool m_engineTypeHasBeenSet =
false;
284 long long m_grossWeight;
285 bool m_grossWeightHasBeenSet =
false;
288 bool m_hazardousCargosHasBeenSet =
false;
291 bool m_heightHasBeenSet =
false;
293 long long m_heightAboveFirstAxle;
294 bool m_heightAboveFirstAxleHasBeenSet =
false;
296 long long m_kpraLength;
297 bool m_kpraLengthHasBeenSet =
false;
300 bool m_lengthHasBeenSet =
false;
303 bool m_licensePlateHasBeenSet =
false;
306 bool m_maxSpeedHasBeenSet =
false;
309 bool m_occupancyHasBeenSet =
false;
311 long long m_payloadCapacity;
312 bool m_payloadCapacityHasBeenSet =
false;
315 bool m_tireCountHasBeenSet =
false;
318 bool m_trailerHasBeenSet =
false;
321 bool m_truckTypeHasBeenSet =
false;
324 bool m_tunnelRestrictionCodeHasBeenSet =
false;
326 long long m_weightPerAxle;
327 bool m_weightPerAxleHasBeenSet =
false;
330 bool m_weightPerAxleGroupHasBeenSet =
false;
333 bool m_widthHasBeenSet =
false;
const WeightPerAxleGroup & GetWeightPerAxleGroup() const
void SetTrailer(IsolineTrailerOptions &&value)
void SetTireCount(int value)
bool GrossWeightHasBeenSet() const
IsolineTruckOptions & WithLicensePlate(IsolineVehicleLicensePlate &&value)
const IsolineTrailerOptions & GetTrailer() const
IsolineTruckOptions & WithPayloadCapacity(long long value)
bool KpraLengthHasBeenSet() const
IsolineTruckOptions & WithHazardousCargos(const Aws::Vector< IsolineHazardousCargoType > &value)
bool EngineTypeHasBeenSet() const
void SetPayloadCapacity(long long value)
void SetTrailer(const IsolineTrailerOptions &value)
const IsolineTruckType & GetTruckType() const
void SetTunnelRestrictionCode(Aws::String &&value)
IsolineTruckOptions & WithTruckType(IsolineTruckType &&value)
IsolineTruckOptions & WithTireCount(int value)
void SetLicensePlate(IsolineVehicleLicensePlate &&value)
bool AxleCountHasBeenSet() const
long long GetHeightAboveFirstAxle() const
void SetWeightPerAxleGroup(const WeightPerAxleGroup &value)
AWS_GEOROUTES_API IsolineTruckOptions()
bool TruckTypeHasBeenSet() const
IsolineTruckOptions & WithHazardousCargos(Aws::Vector< IsolineHazardousCargoType > &&value)
long long GetLength() const
bool TireCountHasBeenSet() const
void SetTunnelRestrictionCode(const Aws::String &value)
void SetTruckType(const IsolineTruckType &value)
void SetEngineType(IsolineEngineType &&value)
bool HazardousCargosHasBeenSet() const
bool HeightHasBeenSet() const
IsolineTruckOptions & WithWeightPerAxleGroup(WeightPerAxleGroup &&value)
void SetWidth(long long value)
void SetLicensePlate(const IsolineVehicleLicensePlate &value)
bool LengthHasBeenSet() const
long long GetWidth() const
IsolineTruckOptions & WithEngineType(const IsolineEngineType &value)
bool LicensePlateHasBeenSet() const
bool TunnelRestrictionCodeHasBeenSet() const
void SetHazardousCargos(Aws::Vector< IsolineHazardousCargoType > &&value)
long long GetWeightPerAxle() const
IsolineTruckOptions & WithTunnelRestrictionCode(Aws::String &&value)
void SetOccupancy(int value)
bool HeightAboveFirstAxleHasBeenSet() const
IsolineTruckOptions & WithMaxSpeed(double value)
IsolineTruckOptions & WithGrossWeight(long long value)
bool TrailerHasBeenSet() const
AWS_GEOROUTES_API IsolineTruckOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
IsolineTruckOptions & WithEngineType(IsolineEngineType &&value)
const Aws::String & GetTunnelRestrictionCode() const
long long GetHeight() const
long long GetKpraLength() const
void SetLength(long long value)
long long GetPayloadCapacity() const
void SetGrossWeight(long long value)
IsolineTruckOptions & WithTunnelRestrictionCode(const Aws::String &value)
void SetMaxSpeed(double value)
void SetHeight(long long value)
IsolineTruckOptions & AddHazardousCargos(const IsolineHazardousCargoType &value)
bool MaxSpeedHasBeenSet() const
AWS_GEOROUTES_API IsolineTruckOptions(Aws::Utils::Json::JsonView jsonValue)
void SetWeightPerAxleGroup(WeightPerAxleGroup &&value)
IsolineTruckOptions & WithHeight(long long value)
IsolineTruckOptions & WithWeightPerAxle(long long value)
void SetAxleCount(int value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
IsolineTruckOptions & WithTunnelRestrictionCode(const char *value)
IsolineTruckOptions & WithTrailer(IsolineTrailerOptions &&value)
long long GetGrossWeight() const
IsolineTruckOptions & WithTruckType(const IsolineTruckType &value)
IsolineTruckOptions & WithAxleCount(int value)
IsolineTruckOptions & WithKpraLength(long long value)
double GetMaxSpeed() const
IsolineTruckOptions & WithLength(long long value)
void SetWeightPerAxle(long long value)
const IsolineVehicleLicensePlate & GetLicensePlate() const
bool PayloadCapacityHasBeenSet() const
IsolineTruckOptions & WithWeightPerAxleGroup(const WeightPerAxleGroup &value)
void SetKpraLength(long long value)
IsolineTruckOptions & WithLicensePlate(const IsolineVehicleLicensePlate &value)
const IsolineEngineType & GetEngineType() const
bool WidthHasBeenSet() const
bool OccupancyHasBeenSet() const
IsolineTruckOptions & WithTrailer(const IsolineTrailerOptions &value)
void SetHazardousCargos(const Aws::Vector< IsolineHazardousCargoType > &value)
const Aws::Vector< IsolineHazardousCargoType > & GetHazardousCargos() const
void SetTruckType(IsolineTruckType &&value)
IsolineTruckOptions & WithHeightAboveFirstAxle(long long value)
IsolineTruckOptions & AddHazardousCargos(IsolineHazardousCargoType &&value)
void SetHeightAboveFirstAxle(long long value)
void SetEngineType(const IsolineEngineType &value)
void SetTunnelRestrictionCode(const char *value)
bool WeightPerAxleHasBeenSet() const
bool WeightPerAxleGroupHasBeenSet() const
IsolineTruckOptions & WithOccupancy(int value)
IsolineTruckOptions & WithWidth(long long value)
IsolineHazardousCargoType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue