7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/RouteAvoidanceArea.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/geo-routes/model/RouteAvoidanceZoneCategory.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; }
103 inline void SetSeasonalClosure(
bool value) { m_seasonalClosureHasBeenSet =
true; m_seasonalClosure = value; }
114 inline void SetTollRoads(
bool value) { m_tollRoadsHasBeenSet =
true; m_tollRoads = value; }
125 inline void SetTollTransponders(
bool value) { m_tollTranspondersHasBeenSet =
true; m_tollTransponders = value; }
153 inline void SetTunnels(
bool value) { m_tunnelsHasBeenSet =
true; m_tunnels = value; }
163 inline void SetUTurns(
bool value) { m_uTurnsHasBeenSet =
true; m_uTurns = value; }
183 bool m_areasHasBeenSet =
false;
185 bool m_carShuttleTrains;
186 bool m_carShuttleTrainsHasBeenSet =
false;
188 bool m_controlledAccessHighways;
189 bool m_controlledAccessHighwaysHasBeenSet =
false;
192 bool m_dirtRoadsHasBeenSet =
false;
195 bool m_ferriesHasBeenSet =
false;
197 bool m_seasonalClosure;
198 bool m_seasonalClosureHasBeenSet =
false;
201 bool m_tollRoadsHasBeenSet =
false;
203 bool m_tollTransponders;
204 bool m_tollTranspondersHasBeenSet =
false;
207 bool m_truckRoadTypesHasBeenSet =
false;
210 bool m_tunnelsHasBeenSet =
false;
213 bool m_uTurnsHasBeenSet =
false;
216 bool m_zoneCategoriesHasBeenSet =
false;
bool TollTranspondersHasBeenSet() const
void SetAreas(const Aws::Vector< RouteAvoidanceArea > &value)
void SetTollRoads(bool value)
bool GetCarShuttleTrains() const
void SetCarShuttleTrains(bool value)
RouteAvoidanceOptions & WithZoneCategories(const Aws::Vector< RouteAvoidanceZoneCategory > &value)
bool TollRoadsHasBeenSet() const
void SetTruckRoadTypes(Aws::Vector< Aws::String > &&value)
bool ZoneCategoriesHasBeenSet() const
RouteAvoidanceOptions & WithTruckRoadTypes(const Aws::Vector< Aws::String > &value)
RouteAvoidanceOptions & WithControlledAccessHighways(bool value)
void SetTruckRoadTypes(const Aws::Vector< Aws::String > &value)
RouteAvoidanceOptions & AddZoneCategories(RouteAvoidanceZoneCategory &&value)
RouteAvoidanceOptions & WithTollRoads(bool value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool ControlledAccessHighwaysHasBeenSet() const
AWS_GEOROUTES_API RouteAvoidanceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetZoneCategories(Aws::Vector< RouteAvoidanceZoneCategory > &&value)
void SetSeasonalClosure(bool value)
void SetAreas(Aws::Vector< RouteAvoidanceArea > &&value)
RouteAvoidanceOptions & WithTunnels(bool value)
RouteAvoidanceOptions & AddTruckRoadTypes(const Aws::String &value)
void SetTollTransponders(bool value)
void SetTunnels(bool value)
AWS_GEOROUTES_API RouteAvoidanceOptions(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< RouteAvoidanceArea > & GetAreas() const
RouteAvoidanceOptions & WithAreas(const Aws::Vector< RouteAvoidanceArea > &value)
RouteAvoidanceOptions & AddZoneCategories(const RouteAvoidanceZoneCategory &value)
RouteAvoidanceOptions & WithTollTransponders(bool value)
RouteAvoidanceOptions & WithAreas(Aws::Vector< RouteAvoidanceArea > &&value)
bool FerriesHasBeenSet() const
RouteAvoidanceOptions & WithDirtRoads(bool value)
RouteAvoidanceOptions & AddAreas(RouteAvoidanceArea &&value)
bool TunnelsHasBeenSet() const
RouteAvoidanceOptions & AddAreas(const RouteAvoidanceArea &value)
bool CarShuttleTrainsHasBeenSet() const
bool DirtRoadsHasBeenSet() const
bool GetTollTransponders() const
AWS_GEOROUTES_API RouteAvoidanceOptions()
void SetControlledAccessHighways(bool value)
RouteAvoidanceOptions & WithZoneCategories(Aws::Vector< RouteAvoidanceZoneCategory > &&value)
RouteAvoidanceOptions & AddTruckRoadTypes(Aws::String &&value)
bool AreasHasBeenSet() const
bool UTurnsHasBeenSet() const
RouteAvoidanceOptions & WithFerries(bool value)
RouteAvoidanceOptions & WithSeasonalClosure(bool value)
void SetFerries(bool value)
RouteAvoidanceOptions & WithCarShuttleTrains(bool value)
bool SeasonalClosureHasBeenSet() const
bool GetControlledAccessHighways() const
void SetUTurns(bool value)
const Aws::Vector< RouteAvoidanceZoneCategory > & GetZoneCategories() const
RouteAvoidanceOptions & AddTruckRoadTypes(const char *value)
bool GetDirtRoads() const
bool TruckRoadTypesHasBeenSet() const
void SetDirtRoads(bool value)
void SetZoneCategories(const Aws::Vector< RouteAvoidanceZoneCategory > &value)
bool GetSeasonalClosure() const
bool GetTollRoads() const
RouteAvoidanceOptions & WithUTurns(bool value)
const Aws::Vector< Aws::String > & GetTruckRoadTypes() const
RouteAvoidanceOptions & WithTruckRoadTypes(Aws::Vector< Aws::String > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue