7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteMatchingOptions.h>
10#include <aws/geo-routes/model/RouteSideOfStreetOptions.h>
48 m_avoidActionsForDistanceHasBeenSet =
true;
49 m_avoidActionsForDistance = value;
67 m_avoidUTurnsHasBeenSet =
true;
68 m_avoidUTurns = value;
86 m_headingHasBeenSet =
true;
105 template <
typename MatchingT = RouteMatchingOptions>
107 m_matchingHasBeenSet =
true;
108 m_matching = std::forward<MatchingT>(value);
110 template <
typename MatchingT = RouteMatchingOptions>
128 m_passThroughHasBeenSet =
true;
129 m_passThrough = value;
143 template <
typename PositionT = Aws::Vector<
double>>
145 m_positionHasBeenSet =
true;
146 m_position = std::forward<PositionT>(value);
148 template <
typename PositionT = Aws::Vector<
double>>
154 m_positionHasBeenSet =
true;
155 m_position.push_back(value);
170 template <
typename S
ideOfStreetT = RouteS
ideOfStreetOptions>
172 m_sideOfStreetHasBeenSet =
true;
173 m_sideOfStreet = std::forward<SideOfStreetT>(value);
175 template <
typename S
ideOfStreetT = RouteS
ideOfStreetOptions>
192 m_stopDurationHasBeenSet =
true;
193 m_stopDuration = value;
201 long long m_avoidActionsForDistance{0};
203 bool m_avoidUTurns{
false};
205 double m_heading{0.0};
207 RouteMatchingOptions m_matching;
209 bool m_passThrough{
false};
213 RouteSideOfStreetOptions m_sideOfStreet;
215 long long m_stopDuration{0};
216 bool m_avoidActionsForDistanceHasBeenSet =
false;
217 bool m_avoidUTurnsHasBeenSet =
false;
218 bool m_headingHasBeenSet =
false;
219 bool m_matchingHasBeenSet =
false;
220 bool m_passThroughHasBeenSet =
false;
221 bool m_positionHasBeenSet =
false;
222 bool m_sideOfStreetHasBeenSet =
false;
223 bool m_stopDurationHasBeenSet =
false;
const Aws::Vector< double > & GetPosition() const
AWS_GEOROUTES_API RouteWaypoint()=default
bool MatchingHasBeenSet() const
RouteWaypoint & WithPassThrough(bool value)
void SetAvoidUTurns(bool value)
RouteWaypoint & WithStopDuration(long long value)
double GetHeading() const
RouteWaypoint & WithMatching(MatchingT &&value)
AWS_GEOROUTES_API RouteWaypoint & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetPassThrough(bool value)
RouteWaypoint & WithSideOfStreet(SideOfStreetT &&value)
RouteWaypoint & WithAvoidUTurns(bool value)
RouteWaypoint & WithPosition(PositionT &&value)
void SetMatching(MatchingT &&value)
bool GetPassThrough() const
RouteWaypoint & WithAvoidActionsForDistance(long long value)
long long GetAvoidActionsForDistance() const
bool AvoidUTurnsHasBeenSet() const
bool AvoidActionsForDistanceHasBeenSet() const
RouteWaypoint & AddPosition(double value)
void SetStopDuration(long long value)
long long GetStopDuration() const
RouteWaypoint & WithHeading(double value)
bool PositionHasBeenSet() const
const RouteSideOfStreetOptions & GetSideOfStreet() const
bool GetAvoidUTurns() const
void SetAvoidActionsForDistance(long long value)
bool SideOfStreetHasBeenSet() const
void SetPosition(PositionT &&value)
AWS_GEOROUTES_API RouteWaypoint(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool HeadingHasBeenSet() const
bool PassThroughHasBeenSet() const
bool StopDurationHasBeenSet() const
void SetHeading(double value)
void SetSideOfStreet(SideOfStreetT &&value)
const RouteMatchingOptions & GetMatching() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue