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>
54 template<
typename AreasT = Aws::Vector<RouteMatrixA
voidanceArea>>
55 void SetAreas(AreasT&& value) { m_areasHasBeenSet =
true; m_areas = std::forward<AreasT>(value); }
56 template<
typename AreasT = Aws::Vector<RouteMatrixA
voidanceArea>>
58 template<
typename AreasT = RouteMatrixA
voidanceArea>
68 inline void SetCarShuttleTrains(
bool value) { m_carShuttleTrainsHasBeenSet =
true; m_carShuttleTrains = value; }
88 inline void SetDirtRoads(
bool value) { m_dirtRoadsHasBeenSet =
true; m_dirtRoads = value; }
98 inline void SetFerries(
bool value) { m_ferriesHasBeenSet =
true; m_ferries = value; }
109 inline void SetTollRoads(
bool value) { m_tollRoadsHasBeenSet =
true; m_tollRoads = value; }
120 inline void SetTollTransponders(
bool value) { m_tollTranspondersHasBeenSet =
true; m_tollTransponders = value; }
133 template<
typename TruckRoadTypesT = Aws::Vector<Aws::String>>
134 void SetTruckRoadTypes(TruckRoadTypesT&& value) { m_truckRoadTypesHasBeenSet =
true; m_truckRoadTypes = std::forward<TruckRoadTypesT>(value); }
135 template<
typename TruckRoadTypesT = Aws::Vector<Aws::String>>
137 template<
typename TruckRoadTypesT = Aws::String>
147 inline void SetTunnels(
bool value) { m_tunnelsHasBeenSet =
true; m_tunnels = value; }
157 inline void SetUTurns(
bool value) { m_uTurnsHasBeenSet =
true; m_uTurns = value; }
167 template<
typename ZoneCategoriesT = Aws::Vector<RouteMatrixA
voidanceZoneCategory>>
168 void SetZoneCategories(ZoneCategoriesT&& value) { m_zoneCategoriesHasBeenSet =
true; m_zoneCategories = std::forward<ZoneCategoriesT>(value); }
169 template<
typename ZoneCategoriesT = Aws::Vector<RouteMatrixA
voidanceZoneCategory>>
171 template<
typename ZoneCategoriesT = RouteMatrixA
voidanceZoneCategory>
177 bool m_areasHasBeenSet =
false;
179 bool m_carShuttleTrains{
false};
180 bool m_carShuttleTrainsHasBeenSet =
false;
182 bool m_controlledAccessHighways{
false};
183 bool m_controlledAccessHighwaysHasBeenSet =
false;
185 bool m_dirtRoads{
false};
186 bool m_dirtRoadsHasBeenSet =
false;
188 bool m_ferries{
false};
189 bool m_ferriesHasBeenSet =
false;
191 bool m_tollRoads{
false};
192 bool m_tollRoadsHasBeenSet =
false;
194 bool m_tollTransponders{
false};
195 bool m_tollTranspondersHasBeenSet =
false;
198 bool m_truckRoadTypesHasBeenSet =
false;
200 bool m_tunnels{
false};
201 bool m_tunnelsHasBeenSet =
false;
203 bool m_uTurns{
false};
204 bool m_uTurnsHasBeenSet =
false;
207 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
void SetAreas(AreasT &&value)
const Aws::Vector< RouteMatrixAvoidanceZoneCategory > & GetZoneCategories() const
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
AWS_GEOROUTES_API RouteMatrixAvoidanceOptions()=default
bool UTurnsHasBeenSet() const
const Aws::Vector< RouteMatrixAvoidanceArea > & GetAreas() const
bool GetCarShuttleTrains() const
RouteMatrixAvoidanceOptions & WithZoneCategories(ZoneCategoriesT &&value)
AWS_GEOROUTES_API RouteMatrixAvoidanceOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::Vector< Aws::String > & GetTruckRoadTypes() const
RouteMatrixAvoidanceOptions & AddZoneCategories(ZoneCategoriesT &&value)
bool TollTranspondersHasBeenSet() const
void SetTruckRoadTypes(TruckRoadTypesT &&value)
RouteMatrixAvoidanceOptions & AddAreas(AreasT &&value)
bool GetControlledAccessHighways() const
RouteMatrixAvoidanceOptions & WithAreas(AreasT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTunnels(bool value)
RouteMatrixAvoidanceOptions & WithControlledAccessHighways(bool value)
void SetFerries(bool value)
bool TunnelsHasBeenSet() const
void SetZoneCategories(ZoneCategoriesT &&value)
void SetUTurns(bool value)
void SetTollRoads(bool value)
void SetCarShuttleTrains(bool value)
bool TruckRoadTypesHasBeenSet() const
bool FerriesHasBeenSet() const
RouteMatrixAvoidanceOptions & WithTollTransponders(bool value)
RouteMatrixAvoidanceOptions & WithFerries(bool value)
bool DirtRoadsHasBeenSet() const
RouteMatrixAvoidanceOptions & AddTruckRoadTypes(TruckRoadTypesT &&value)
RouteMatrixAvoidanceOptions & WithTunnels(bool value)
RouteMatrixAvoidanceOptions & WithTruckRoadTypes(TruckRoadTypesT &&value)
bool CarShuttleTrainsHasBeenSet() const
void SetDirtRoads(bool value)
bool GetTollTransponders() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue