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