7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/RouteMatrixAvoidanceArea.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/geo-routes/model/RouteMatrixAvoidanceZoneCategory.h>
63 inline void SetCarShuttleTrains(
bool value) { m_carShuttleTrainsHasBeenSet =
true; m_carShuttleTrains = value; }
83 inline void SetDirtRoads(
bool value) { m_dirtRoadsHasBeenSet =
true; m_dirtRoads = value; }
93 inline void SetFerries(
bool value) { m_ferriesHasBeenSet =
true; m_ferries = value; }
104 inline void SetTollRoads(
bool value) { m_tollRoadsHasBeenSet =
true; m_tollRoads = value; }
115 inline void SetTollTransponders(
bool value) { m_tollTranspondersHasBeenSet =
true; m_tollTransponders = value; }
143 inline void SetTunnels(
bool value) { m_tunnelsHasBeenSet =
true; m_tunnels = value; }
153 inline void SetUTurns(
bool value) { m_uTurnsHasBeenSet =
true; m_uTurns = value; }
173 bool m_areasHasBeenSet =
false;
175 bool m_carShuttleTrains;
176 bool m_carShuttleTrainsHasBeenSet =
false;
178 bool m_controlledAccessHighways;
179 bool m_controlledAccessHighwaysHasBeenSet =
false;
182 bool m_dirtRoadsHasBeenSet =
false;
185 bool m_ferriesHasBeenSet =
false;
188 bool m_tollRoadsHasBeenSet =
false;
190 bool m_tollTransponders;
191 bool m_tollTranspondersHasBeenSet =
false;
194 bool m_truckRoadTypesHasBeenSet =
false;
197 bool m_tunnelsHasBeenSet =
false;
200 bool m_uTurnsHasBeenSet =
false;
203 bool m_zoneCategoriesHasBeenSet =
false;
RouteMatrixAvoidanceOptions & WithDirtRoads(bool value)
void SetTollTransponders(bool value)
void SetControlledAccessHighways(bool value)
bool AreasHasBeenSet() const
bool ZoneCategoriesHasBeenSet() const
bool GetTollRoads() const
const Aws::Vector< RouteMatrixAvoidanceZoneCategory > & GetZoneCategories() const
RouteMatrixAvoidanceOptions & AddTruckRoadTypes(const Aws::String &value)
RouteMatrixAvoidanceOptions & AddAreas(const RouteMatrixAvoidanceArea &value)
AWS_GEOROUTES_API RouteMatrixAvoidanceOptions(Aws::Utils::Json::JsonView jsonValue)
bool TollRoadsHasBeenSet() const
bool GetDirtRoads() const
RouteMatrixAvoidanceOptions & WithTollRoads(bool value)
RouteMatrixAvoidanceOptions & WithUTurns(bool value)
RouteMatrixAvoidanceOptions & WithCarShuttleTrains(bool value)
bool ControlledAccessHighwaysHasBeenSet() const
bool UTurnsHasBeenSet() const
const Aws::Vector< RouteMatrixAvoidanceArea > & GetAreas() const
bool GetCarShuttleTrains() const
RouteMatrixAvoidanceOptions & AddTruckRoadTypes(const char *value)
void SetAreas(Aws::Vector< RouteMatrixAvoidanceArea > &&value)
RouteMatrixAvoidanceOptions & WithZoneCategories(Aws::Vector< RouteMatrixAvoidanceZoneCategory > &&value)
RouteMatrixAvoidanceOptions & AddTruckRoadTypes(Aws::String &&value)
AWS_GEOROUTES_API RouteMatrixAvoidanceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetTruckRoadTypes() const
bool TollTranspondersHasBeenSet() const
RouteMatrixAvoidanceOptions & WithZoneCategories(const Aws::Vector< RouteMatrixAvoidanceZoneCategory > &value)
RouteMatrixAvoidanceOptions & WithAreas(const Aws::Vector< RouteMatrixAvoidanceArea > &value)
bool GetControlledAccessHighways() const
RouteMatrixAvoidanceOptions & AddZoneCategories(RouteMatrixAvoidanceZoneCategory &&value)
void SetAreas(const Aws::Vector< RouteMatrixAvoidanceArea > &value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTunnels(bool value)
RouteMatrixAvoidanceOptions & WithControlledAccessHighways(bool value)
void SetFerries(bool value)
void SetTruckRoadTypes(const Aws::Vector< Aws::String > &value)
bool TunnelsHasBeenSet() const
void SetZoneCategories(Aws::Vector< RouteMatrixAvoidanceZoneCategory > &&value)
RouteMatrixAvoidanceOptions & WithTruckRoadTypes(const Aws::Vector< Aws::String > &value)
void SetUTurns(bool value)
AWS_GEOROUTES_API RouteMatrixAvoidanceOptions()
void SetTollRoads(bool value)
void SetCarShuttleTrains(bool value)
void SetZoneCategories(const Aws::Vector< RouteMatrixAvoidanceZoneCategory > &value)
bool TruckRoadTypesHasBeenSet() const
RouteMatrixAvoidanceOptions & AddAreas(RouteMatrixAvoidanceArea &&value)
void SetTruckRoadTypes(Aws::Vector< Aws::String > &&value)
RouteMatrixAvoidanceOptions & WithTruckRoadTypes(Aws::Vector< Aws::String > &&value)
bool FerriesHasBeenSet() const
RouteMatrixAvoidanceOptions & WithTollTransponders(bool value)
RouteMatrixAvoidanceOptions & WithFerries(bool value)
bool DirtRoadsHasBeenSet() const
RouteMatrixAvoidanceOptions & WithTunnels(bool value)
RouteMatrixAvoidanceOptions & WithAreas(Aws::Vector< RouteMatrixAvoidanceArea > &&value)
RouteMatrixAvoidanceOptions & AddZoneCategories(const RouteMatrixAvoidanceZoneCategory &value)
bool CarShuttleTrainsHasBeenSet() const
void SetDirtRoads(bool value)
bool GetTollTransponders() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue