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