7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteChargeStepDetails.h>
10#include <aws/geo-routes/model/RouteVehicleAfterTravelStepType.h>
44 template <
typename ChargeStepDetailsT = RouteChargeStepDetails>
46 m_chargeStepDetailsHasBeenSet =
true;
47 m_chargeStepDetails = std::forward<ChargeStepDetailsT>(value);
49 template <
typename ChargeStepDetailsT = RouteChargeStepDetails>
63 m_durationHasBeenSet =
true;
79 template <
typename InstructionT = Aws::String>
81 m_instructionHasBeenSet =
true;
82 m_instruction = std::forward<InstructionT>(value);
84 template <
typename InstructionT = Aws::String>
98 m_typeHasBeenSet =
true;
109 long long m_duration{0};
114 bool m_chargeStepDetailsHasBeenSet =
false;
115 bool m_durationHasBeenSet =
false;
116 bool m_instructionHasBeenSet =
false;
117 bool m_typeHasBeenSet =
false;
bool ChargeStepDetailsHasBeenSet() const
void SetChargeStepDetails(ChargeStepDetailsT &&value)
RouteVehicleAfterTravelStep & WithType(RouteVehicleAfterTravelStepType value)
const Aws::String & GetInstruction() const
AWS_GEOROUTES_API RouteVehicleAfterTravelStep(Aws::Utils::Json::JsonView jsonValue)
RouteVehicleAfterTravelStep & WithDuration(long long value)
RouteVehicleAfterTravelStep & WithChargeStepDetails(ChargeStepDetailsT &&value)
bool InstructionHasBeenSet() const
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteVehicleAfterTravelStepType GetType() const
RouteVehicleAfterTravelStep & WithInstruction(InstructionT &&value)
bool DurationHasBeenSet() const
void SetType(RouteVehicleAfterTravelStepType value)
long long GetDuration() const
bool TypeHasBeenSet() const
void SetDuration(long long value)
void SetInstruction(InstructionT &&value)
const RouteChargeStepDetails & GetChargeStepDetails() const
AWS_GEOROUTES_API RouteVehicleAfterTravelStep & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteVehicleAfterTravelStep()=default
RouteVehicleAfterTravelStepType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue