7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/LocalizedString.h>
10#include <aws/geo-routes/model/RouteSteeringDirection.h>
11#include <aws/geo-routes/model/RouteTurnIntensity.h>
43 template <
typename IntersectionT = Aws::Vector<LocalizedString>>
45 m_intersectionHasBeenSet =
true;
46 m_intersection = std::forward<IntersectionT>(value);
48 template <
typename IntersectionT = Aws::Vector<LocalizedString>>
53 template <
typename IntersectionT = LocalizedString>
55 m_intersectionHasBeenSet =
true;
56 m_intersection.emplace_back(std::forward<IntersectionT>(value));
68 m_relativeExitHasBeenSet =
true;
69 m_relativeExit = value;
84 m_steeringDirectionHasBeenSet =
true;
85 m_steeringDirection = value;
100 m_turnAngleHasBeenSet =
true;
116 m_turnIntensityHasBeenSet =
true;
117 m_turnIntensity = value;
127 int m_relativeExit{0};
131 double m_turnAngle{0.0};
134 bool m_intersectionHasBeenSet =
false;
135 bool m_relativeExitHasBeenSet =
false;
136 bool m_steeringDirectionHasBeenSet =
false;
137 bool m_turnAngleHasBeenSet =
false;
138 bool m_turnIntensityHasBeenSet =
false;
RouteExitStepDetails & WithIntersection(IntersectionT &&value)
double GetTurnAngle() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteExitStepDetails & WithRelativeExit(int value)
bool IntersectionHasBeenSet() const
RouteExitStepDetails & WithTurnAngle(double value)
void SetIntersection(IntersectionT &&value)
AWS_GEOROUTES_API RouteExitStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetSteeringDirection(RouteSteeringDirection value)
RouteTurnIntensity GetTurnIntensity() const
void SetTurnIntensity(RouteTurnIntensity value)
bool RelativeExitHasBeenSet() const
RouteSteeringDirection GetSteeringDirection() const
RouteExitStepDetails & AddIntersection(IntersectionT &&value)
RouteExitStepDetails & WithTurnIntensity(RouteTurnIntensity value)
AWS_GEOROUTES_API RouteExitStepDetails(Aws::Utils::Json::JsonView jsonValue)
RouteExitStepDetails & WithSteeringDirection(RouteSteeringDirection value)
bool TurnAngleHasBeenSet() const
const Aws::Vector< LocalizedString > & GetIntersection() const
void SetTurnAngle(double value)
bool TurnIntensityHasBeenSet() const
AWS_GEOROUTES_API RouteExitStepDetails()=default
bool SteeringDirectionHasBeenSet() const
void SetRelativeExit(int value)
int GetRelativeExit() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue