7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteFerryTravelStepType.h>
48 inline void SetDistance(
long long value) { m_distanceHasBeenSet =
true; m_distance = value; }
58 inline void SetDuration(
long long value) { m_durationHasBeenSet =
true; m_duration = value; }
68 inline void SetGeometryOffset(
int value) { m_geometryOffsetHasBeenSet =
true; m_geometryOffset = value; }
81 inline void SetInstruction(
const char* value) { m_instructionHasBeenSet =
true; m_instruction.assign(value); }
100 long long m_distance;
101 bool m_distanceHasBeenSet =
false;
103 long long m_duration;
104 bool m_durationHasBeenSet =
false;
106 int m_geometryOffset;
107 bool m_geometryOffsetHasBeenSet =
false;
110 bool m_instructionHasBeenSet =
false;
113 bool m_typeHasBeenSet =
false;
long long GetDistance() const
void SetDistance(long long value)
RouteFerryTravelStep & WithInstruction(const Aws::String &value)
bool GeometryOffsetHasBeenSet() const
AWS_GEOROUTES_API RouteFerryTravelStep()
RouteFerryTravelStep & WithType(RouteFerryTravelStepType &&value)
const RouteFerryTravelStepType & GetType() 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)
void SetType(RouteFerryTravelStepType &&value)
AWS_GEOROUTES_API RouteFerryTravelStep(Aws::Utils::Json::JsonView jsonValue)
bool InstructionHasBeenSet() const
void SetInstruction(const Aws::String &value)
RouteFerryTravelStep & WithInstruction(const char *value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
void SetInstruction(Aws::String &&value)
RouteFerryTravelStep & WithType(const RouteFerryTravelStepType &value)
RouteFerryTravelStep & WithDuration(long long value)
int GetGeometryOffset() const
void SetInstruction(const char *value)
RouteFerryTravelStep & WithInstruction(Aws::String &&value)
void SetType(const RouteFerryTravelStepType &value)
bool TypeHasBeenSet() const
RouteFerryTravelStep & WithGeometryOffset(int value)
bool DistanceHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue