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