7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteEmissionType.h>
10#include <aws/geo-routes/model/RouteTollVehicleCategory.h>
45 m_allTranspondersHasBeenSet =
true;
46 m_allTransponders = value;
63 m_allVignettesHasBeenSet =
true;
64 m_allVignettes = value;
79 template <
typename CurrencyT = Aws::String>
81 m_currencyHasBeenSet =
true;
82 m_currency = std::forward<CurrencyT>(value);
84 template <
typename CurrencyT = Aws::String>
98 template <
typename EmissionTypeT = RouteEmissionType>
100 m_emissionTypeHasBeenSet =
true;
101 m_emissionType = std::forward<EmissionTypeT>(value);
103 template <
typename EmissionTypeT = RouteEmissionType>
117 m_vehicleCategoryHasBeenSet =
true;
118 m_vehicleCategory = value;
126 bool m_allTransponders{
false};
128 bool m_allVignettes{
false};
132 RouteEmissionType m_emissionType;
135 bool m_allTranspondersHasBeenSet =
false;
136 bool m_allVignettesHasBeenSet =
false;
137 bool m_currencyHasBeenSet =
false;
138 bool m_emissionTypeHasBeenSet =
false;
139 bool m_vehicleCategoryHasBeenSet =
false;
bool CurrencyHasBeenSet() const
bool AllTranspondersHasBeenSet() const
bool VehicleCategoryHasBeenSet() const
RouteTollVehicleCategory GetVehicleCategory() const
bool GetAllTransponders() const
bool EmissionTypeHasBeenSet() const
RouteTollOptions & WithCurrency(CurrencyT &&value)
AWS_GEOROUTES_API RouteTollOptions()=default
bool GetAllVignettes() const
void SetEmissionType(EmissionTypeT &&value)
void SetAllTransponders(bool value)
RouteTollOptions & WithVehicleCategory(RouteTollVehicleCategory value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteTollOptions & WithEmissionType(EmissionTypeT &&value)
RouteTollOptions & WithAllTransponders(bool value)
void SetAllVignettes(bool value)
AWS_GEOROUTES_API RouteTollOptions(Aws::Utils::Json::JsonView jsonValue)
void SetCurrency(CurrencyT &&value)
AWS_GEOROUTES_API RouteTollOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteTollOptions & WithAllVignettes(bool value)
const RouteEmissionType & GetEmissionType() const
const Aws::String & GetCurrency() const
void SetVehicleCategory(RouteTollVehicleCategory value)
bool AllVignettesHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue