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>
73 inline void SetTurnAngle(
double value) { m_turnAngleHasBeenSet =
true; m_turnAngle = value; }
89 bool m_intersectionHasBeenSet =
false;
92 bool m_steeringDirectionHasBeenSet =
false;
94 double m_turnAngle{0.0};
95 bool m_turnAngleHasBeenSet =
false;
98 bool m_turnIntensityHasBeenSet =
false;
bool IntersectionHasBeenSet() const
const Aws::Vector< LocalizedString > & GetIntersection() const
AWS_GEOROUTES_API RouteUTurnStepDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetTurnAngle(double value)
AWS_GEOROUTES_API RouteUTurnStepDetails()=default
void SetSteeringDirection(RouteSteeringDirection value)
AWS_GEOROUTES_API RouteUTurnStepDetails(Aws::Utils::Json::JsonView jsonValue)
bool TurnIntensityHasBeenSet() const
double GetTurnAngle() const
bool SteeringDirectionHasBeenSet() const
bool TurnAngleHasBeenSet() const
RouteSteeringDirection GetSteeringDirection() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteTurnIntensity GetTurnIntensity() const
void SetIntersection(IntersectionT &&value)
RouteUTurnStepDetails & WithTurnIntensity(RouteTurnIntensity value)
void SetTurnIntensity(RouteTurnIntensity value)
RouteUTurnStepDetails & WithIntersection(IntersectionT &&value)
RouteUTurnStepDetails & WithTurnAngle(double value)
RouteUTurnStepDetails & AddIntersection(IntersectionT &&value)
RouteUTurnStepDetails & WithSteeringDirection(RouteSteeringDirection value)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue