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