7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/geo-routes/model/RouteSteeringDirection.h>
10#include <aws/geo-routes/model/LocalizedString.h>
48 template<
typename IntersectionT = Aws::Vector<LocalizedString>>
49 void SetIntersection(IntersectionT&& value) { m_intersectionHasBeenSet =
true; m_intersection = std::forward<IntersectionT>(value); }
50 template<
typename IntersectionT = Aws::Vector<LocalizedString>>
52 template<
typename IntersectionT = LocalizedString>
62 inline void SetRelativeExit(
int value) { m_relativeExitHasBeenSet =
true; m_relativeExit = value; }
72 inline void SetRoundaboutAngle(
double value) { m_roundaboutAngleHasBeenSet =
true; m_roundaboutAngle = value; }
88 bool m_intersectionHasBeenSet =
false;
90 int m_relativeExit{0};
91 bool m_relativeExitHasBeenSet =
false;
93 double m_roundaboutAngle{0.0};
94 bool m_roundaboutAngleHasBeenSet =
false;
97 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