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/RouteTurnIntensity.h>
11#include <aws/geo-routes/model/LocalizedString.h>
49 template<
typename IntersectionT = Aws::Vector<LocalizedString>>
50 void SetIntersection(IntersectionT&& value) { m_intersectionHasBeenSet =
true; m_intersection = std::forward<IntersectionT>(value); }
51 template<
typename IntersectionT = Aws::Vector<LocalizedString>>
53 template<
typename IntersectionT = LocalizedString>
63 inline void SetRelativeExit(
int value) { m_relativeExitHasBeenSet =
true; m_relativeExit = value; }
83 inline void SetTurnAngle(
double value) { m_turnAngleHasBeenSet =
true; m_turnAngle = value; }
99 bool m_intersectionHasBeenSet =
false;
101 int m_relativeExit{0};
102 bool m_relativeExitHasBeenSet =
false;
105 bool m_steeringDirectionHasBeenSet =
false;
107 double m_turnAngle{0.0};
108 bool m_turnAngleHasBeenSet =
false;
111 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