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>
42 template <
typename IntersectionT = Aws::Vector<LocalizedString>>
44 m_intersectionHasBeenSet =
true;
45 m_intersection = std::forward<IntersectionT>(value);
47 template <
typename IntersectionT = Aws::Vector<LocalizedString>>
52 template <
typename IntersectionT = LocalizedString>
54 m_intersectionHasBeenSet =
true;
55 m_intersection.emplace_back(std::forward<IntersectionT>(value));
67 m_relativeExitHasBeenSet =
true;
68 m_relativeExit = value;
83 m_roundaboutAngleHasBeenSet =
true;
84 m_roundaboutAngle = value;
99 m_steeringDirectionHasBeenSet =
true;
100 m_steeringDirection = value;
110 int m_relativeExit{0};
112 double m_roundaboutAngle{0.0};
115 bool m_intersectionHasBeenSet =
false;
116 bool m_relativeExitHasBeenSet =
false;
117 bool m_roundaboutAngleHasBeenSet =
false;
118 bool m_steeringDirectionHasBeenSet =
false;
bool IntersectionHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRelativeExit(int value)
AWS_GEOROUTES_API RouteRoundaboutExitStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIntersection(IntersectionT &&value)
AWS_GEOROUTES_API RouteRoundaboutExitStepDetails()=default
const Aws::Vector< LocalizedString > & GetIntersection() const
AWS_GEOROUTES_API RouteRoundaboutExitStepDetails(Aws::Utils::Json::JsonView jsonValue)
bool RoundaboutAngleHasBeenSet() const
double GetRoundaboutAngle() const
RouteRoundaboutExitStepDetails & AddIntersection(IntersectionT &&value)
bool RelativeExitHasBeenSet() const
RouteRoundaboutExitStepDetails & WithRoundaboutAngle(double value)
RouteRoundaboutExitStepDetails & WithSteeringDirection(RouteSteeringDirection value)
RouteSteeringDirection GetSteeringDirection() const
void SetSteeringDirection(RouteSteeringDirection value)
RouteRoundaboutExitStepDetails & WithIntersection(IntersectionT &&value)
int GetRelativeExit() const
RouteRoundaboutExitStepDetails & WithRelativeExit(int value)
void SetRoundaboutAngle(double value)
bool SteeringDirectionHasBeenSet() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue