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>
62 inline void SetRelativeExit(
int value) { m_relativeExitHasBeenSet =
true; m_relativeExit = value; }
72 inline void SetRoundaboutAngle(
double value) { m_roundaboutAngleHasBeenSet =
true; m_roundaboutAngle = value; }
90 bool m_intersectionHasBeenSet =
false;
93 bool m_relativeExitHasBeenSet =
false;
95 double m_roundaboutAngle;
96 bool m_roundaboutAngleHasBeenSet =
false;
99 bool m_steeringDirectionHasBeenSet =
false;
RouteRoundaboutExitStepDetails & WithSteeringDirection(const RouteSteeringDirection &value)
bool IntersectionHasBeenSet() const
void SetSteeringDirection(RouteSteeringDirection &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRelativeExit(int value)
AWS_GEOROUTES_API RouteRoundaboutExitStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
const RouteSteeringDirection & GetSteeringDirection() const
AWS_GEOROUTES_API RouteRoundaboutExitStepDetails()
const Aws::Vector< LocalizedString > & GetIntersection() const
AWS_GEOROUTES_API RouteRoundaboutExitStepDetails(Aws::Utils::Json::JsonView jsonValue)
RouteRoundaboutExitStepDetails & WithIntersection(const Aws::Vector< LocalizedString > &value)
bool RoundaboutAngleHasBeenSet() const
double GetRoundaboutAngle() const
bool RelativeExitHasBeenSet() const
RouteRoundaboutExitStepDetails & WithRoundaboutAngle(double value)
RouteRoundaboutExitStepDetails & WithIntersection(Aws::Vector< LocalizedString > &&value)
void SetIntersection(const Aws::Vector< LocalizedString > &value)
RouteRoundaboutExitStepDetails & WithSteeringDirection(RouteSteeringDirection &&value)
void SetIntersection(Aws::Vector< LocalizedString > &&value)
RouteRoundaboutExitStepDetails & AddIntersection(LocalizedString &&value)
int GetRelativeExit() const
RouteRoundaboutExitStepDetails & AddIntersection(const LocalizedString &value)
RouteRoundaboutExitStepDetails & WithRelativeExit(int value)
void SetRoundaboutAngle(double value)
bool SteeringDirectionHasBeenSet() const
void SetSteeringDirection(const RouteSteeringDirection &value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue