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_steeringDirectionHasBeenSet =
true;
69 m_steeringDirection = value;
84 m_turnAngleHasBeenSet =
true;
100 m_turnIntensityHasBeenSet =
true;
101 m_turnIntensity = value;
113 double m_turnAngle{0.0};
116 bool m_intersectionHasBeenSet =
false;
117 bool m_steeringDirectionHasBeenSet =
false;
118 bool m_turnAngleHasBeenSet =
false;
119 bool m_turnIntensityHasBeenSet =
false;
bool TurnIntensityHasBeenSet() const
AWS_GEOROUTES_API RouteRampStepDetails()=default
AWS_GEOROUTES_API RouteRampStepDetails(Aws::Utils::Json::JsonView jsonValue)
double GetTurnAngle() const
RouteRampStepDetails & AddIntersection(IntersectionT &&value)
void SetTurnAngle(double value)
RouteTurnIntensity GetTurnIntensity() const
AWS_GEOROUTES_API RouteRampStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIntersection(IntersectionT &&value)
bool TurnAngleHasBeenSet() const
RouteRampStepDetails & WithTurnAngle(double value)
RouteRampStepDetails & WithTurnIntensity(RouteTurnIntensity value)
RouteRampStepDetails & WithIntersection(IntersectionT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool SteeringDirectionHasBeenSet() const
RouteRampStepDetails & WithSteeringDirection(RouteSteeringDirection value)
RouteSteeringDirection GetSteeringDirection() const
void SetTurnIntensity(RouteTurnIntensity value)
void SetSteeringDirection(RouteSteeringDirection value)
bool IntersectionHasBeenSet() const
const Aws::Vector< LocalizedString > & GetIntersection() const
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue