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