7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteFerryBeforeTravelStepType.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;
void SetInstruction(const char *value)
RouteFerryBeforeTravelStep & WithType(const RouteFerryBeforeTravelStepType &value)
const Aws::String & GetInstruction() const
void SetType(const RouteFerryBeforeTravelStepType &value)
const RouteFerryBeforeTravelStepType & GetType() const
bool TypeHasBeenSet() const
RouteFerryBeforeTravelStep & WithInstruction(const Aws::String &value)
RouteFerryBeforeTravelStep & WithInstruction(const char *value)
long long GetDuration() const
RouteFerryBeforeTravelStep & WithInstruction(Aws::String &&value)
void SetInstruction(Aws::String &&value)
void SetDuration(long long value)
RouteFerryBeforeTravelStep & WithType(RouteFerryBeforeTravelStepType &&value)
AWS_GEOROUTES_API RouteFerryBeforeTravelStep(Aws::Utils::Json::JsonView jsonValue)
RouteFerryBeforeTravelStep & WithDuration(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteFerryBeforeTravelStep & operator=(Aws::Utils::Json::JsonView jsonValue)
bool DurationHasBeenSet() const
void SetInstruction(const Aws::String &value)
bool InstructionHasBeenSet() const
void SetType(RouteFerryBeforeTravelStepType &&value)
AWS_GEOROUTES_API RouteFerryBeforeTravelStep()
RouteFerryBeforeTravelStepType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue