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