7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteFerryAfterTravelStepType.h>
48 inline void SetDuration(
long long value) { m_durationHasBeenSet =
true; m_duration = value; }
61 inline void SetInstruction(
const char* value) { m_instructionHasBeenSet =
true; m_instruction.assign(value); }
81 bool m_durationHasBeenSet =
false;
84 bool m_instructionHasBeenSet =
false;
87 bool m_typeHasBeenSet =
false;
RouteFerryAfterTravelStep & WithInstruction(const char *value)
RouteFerryAfterTravelStep & WithInstruction(const Aws::String &value)
AWS_GEOROUTES_API RouteFerryAfterTravelStep(Aws::Utils::Json::JsonView jsonValue)
void SetDuration(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const RouteFerryAfterTravelStepType & GetType() const
void SetInstruction(const char *value)
const Aws::String & GetInstruction() const
RouteFerryAfterTravelStep & WithType(const RouteFerryAfterTravelStepType &value)
RouteFerryAfterTravelStep & WithType(RouteFerryAfterTravelStepType &&value)
long long GetDuration() const
void SetType(const RouteFerryAfterTravelStepType &value)
RouteFerryAfterTravelStep & WithInstruction(Aws::String &&value)
bool DurationHasBeenSet() const
bool InstructionHasBeenSet() const
void SetInstruction(Aws::String &&value)
RouteFerryAfterTravelStep & WithDuration(long long value)
void SetType(RouteFerryAfterTravelStepType &&value)
bool TypeHasBeenSet() const
void SetInstruction(const Aws::String &value)
AWS_GEOROUTES_API RouteFerryAfterTravelStep & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteFerryAfterTravelStep()
RouteFerryAfterTravelStepType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue