7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/geo-routes/model/RouteMatchingOptions.h>
9#include <aws/geo-routes/model/RouteSideOfStreetOptions.h>
44 m_avoidActionsForDistanceHasBeenSet =
true;
45 m_avoidActionsForDistance = value;
60 m_avoidUTurnsHasBeenSet =
true;
61 m_avoidUTurns = value;
76 m_headingHasBeenSet =
true;
91 template <
typename MatchingT = RouteMatchingOptions>
93 m_matchingHasBeenSet =
true;
94 m_matching = std::forward<MatchingT>(value);
96 template <
typename MatchingT = RouteMatchingOptions>
110 template <
typename S
ideOfStreetT = RouteS
ideOfStreetOptions>
112 m_sideOfStreetHasBeenSet =
true;
113 m_sideOfStreet = std::forward<SideOfStreetT>(value);
115 template <
typename S
ideOfStreetT = RouteS
ideOfStreetOptions>
129 m_stopDurationHasBeenSet =
true;
130 m_stopDuration = value;
138 long long m_avoidActionsForDistance{0};
140 bool m_avoidUTurns{
false};
142 double m_heading{0.0};
144 RouteMatchingOptions m_matching;
146 RouteSideOfStreetOptions m_sideOfStreet;
148 long long m_stopDuration{0};
149 bool m_avoidActionsForDistanceHasBeenSet =
false;
150 bool m_avoidUTurnsHasBeenSet =
false;
151 bool m_headingHasBeenSet =
false;
152 bool m_matchingHasBeenSet =
false;
153 bool m_sideOfStreetHasBeenSet =
false;
154 bool m_stopDurationHasBeenSet =
false;
void SetHeading(double value)
RouteDestinationOptions & WithAvoidUTurns(bool value)
long long GetStopDuration() const
void SetSideOfStreet(SideOfStreetT &&value)
AWS_GEOROUTES_API RouteDestinationOptions()=default
bool AvoidUTurnsHasBeenSet() const
long long GetAvoidActionsForDistance() const
RouteDestinationOptions & WithHeading(double value)
bool AvoidActionsForDistanceHasBeenSet() const
bool HeadingHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteDestinationOptions(Aws::Utils::Json::JsonView jsonValue)
RouteDestinationOptions & WithSideOfStreet(SideOfStreetT &&value)
void SetAvoidUTurns(bool value)
const RouteSideOfStreetOptions & GetSideOfStreet() const
void SetMatching(MatchingT &&value)
RouteDestinationOptions & WithMatching(MatchingT &&value)
void SetAvoidActionsForDistance(long long value)
RouteDestinationOptions & WithStopDuration(long long value)
bool MatchingHasBeenSet() const
bool GetAvoidUTurns() const
void SetStopDuration(long long value)
bool StopDurationHasBeenSet() const
double GetHeading() const
bool SideOfStreetHasBeenSet() const
RouteDestinationOptions & WithAvoidActionsForDistance(long long value)
AWS_GEOROUTES_API RouteDestinationOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
const RouteMatchingOptions & GetMatching() const
Aws::Utils::Json::JsonValue JsonValue