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