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;
RouteKeepStepDetails & WithTurnAngle(double value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetTurnAngle(double value)
RouteTurnIntensity GetTurnIntensity() const
RouteKeepStepDetails & WithIntersection(IntersectionT &&value)
RouteKeepStepDetails & WithSteeringDirection(RouteSteeringDirection value)
AWS_GEOROUTES_API RouteKeepStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetIntersection(IntersectionT &&value)
bool TurnAngleHasBeenSet() const
RouteKeepStepDetails & WithTurnIntensity(RouteTurnIntensity value)
bool IntersectionHasBeenSet() const
RouteSteeringDirection GetSteeringDirection() const
bool SteeringDirectionHasBeenSet() const
void SetTurnIntensity(RouteTurnIntensity value)
double GetTurnAngle() const
RouteKeepStepDetails & AddIntersection(IntersectionT &&value)
AWS_GEOROUTES_API RouteKeepStepDetails()=default
const Aws::Vector< LocalizedString > & GetIntersection() const
void SetSteeringDirection(RouteSteeringDirection value)
bool TurnIntensityHasBeenSet() const
AWS_GEOROUTES_API RouteKeepStepDetails(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue