7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteFerryAfterTravelStepType.h>
43 m_durationHasBeenSet =
true;
59 template <
typename InstructionT = Aws::String>
61 m_instructionHasBeenSet =
true;
62 m_instruction = std::forward<InstructionT>(value);
64 template <
typename InstructionT = Aws::String>
78 m_typeHasBeenSet =
true;
87 long long m_duration{0};
92 bool m_durationHasBeenSet =
false;
93 bool m_instructionHasBeenSet =
false;
94 bool m_typeHasBeenSet =
false;
AWS_GEOROUTES_API RouteFerryAfterTravelStep(Aws::Utils::Json::JsonView jsonValue)
void SetDuration(long long value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetInstruction() const
long long GetDuration() const
void SetInstruction(InstructionT &&value)
bool DurationHasBeenSet() const
bool InstructionHasBeenSet() const
RouteFerryAfterTravelStep & WithDuration(long long value)
RouteFerryAfterTravelStep & WithType(RouteFerryAfterTravelStepType value)
RouteFerryAfterTravelStep & WithInstruction(InstructionT &&value)
void SetType(RouteFerryAfterTravelStepType value)
bool TypeHasBeenSet() const
AWS_GEOROUTES_API RouteFerryAfterTravelStep()=default
RouteFerryAfterTravelStepType GetType() const
AWS_GEOROUTES_API RouteFerryAfterTravelStep & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteFerryAfterTravelStepType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue