7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteTransitTravelStepType.h>
43 m_distanceHasBeenSet =
true;
59 m_durationHasBeenSet =
true;
75 m_geometryOffsetHasBeenSet =
true;
76 m_geometryOffset = value;
90 template <
typename InstructionT = Aws::String>
92 m_instructionHasBeenSet =
true;
93 m_instruction = std::forward<InstructionT>(value);
95 template <
typename InstructionT = Aws::String>
109 m_typeHasBeenSet =
true;
118 long long m_distance{0};
120 long long m_duration{0};
122 int m_geometryOffset{0};
127 bool m_distanceHasBeenSet =
false;
128 bool m_durationHasBeenSet =
false;
129 bool m_geometryOffsetHasBeenSet =
false;
130 bool m_instructionHasBeenSet =
false;
131 bool m_typeHasBeenSet =
false;
const Aws::String & GetInstruction() const
bool GeometryOffsetHasBeenSet() const
void SetInstruction(InstructionT &&value)
void SetGeometryOffset(int value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool TypeHasBeenSet() const
void SetDuration(long long value)
void SetDistance(long long value)
RouteTransitTravelStepType GetType() const
RouteTransitTravelStep & WithDistance(long long value)
RouteTransitTravelStep & WithInstruction(InstructionT &&value)
RouteTransitTravelStep & WithDuration(long long value)
long long GetDuration() const
AWS_GEOROUTES_API RouteTransitTravelStep & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DistanceHasBeenSet() const
AWS_GEOROUTES_API RouteTransitTravelStep()=default
long long GetDistance() const
RouteTransitTravelStep & WithGeometryOffset(int value)
bool DurationHasBeenSet() const
AWS_GEOROUTES_API RouteTransitTravelStep(Aws::Utils::Json::JsonView jsonValue)
bool InstructionHasBeenSet() const
void SetType(RouteTransitTravelStepType value)
RouteTransitTravelStep & WithType(RouteTransitTravelStepType value)
int GetGeometryOffset() const
RouteTransitTravelStepType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue