7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/geo-routes/model/RouteEmissionType.h>
10#include <aws/geo-routes/model/RouteTollVehicleCategory.h>
50 inline void SetAllTransponders(
bool value) { m_allTranspondersHasBeenSet =
true; m_allTransponders = value; }
62 inline void SetAllVignettes(
bool value) { m_allVignettesHasBeenSet =
true; m_allVignettes = value; }
75 inline void SetCurrency(
const char* value) { m_currencyHasBeenSet =
true; m_currency.assign(value); }
107 bool m_allTransponders;
108 bool m_allTranspondersHasBeenSet =
false;
111 bool m_allVignettesHasBeenSet =
false;
114 bool m_currencyHasBeenSet =
false;
117 bool m_emissionTypeHasBeenSet =
false;
120 bool m_vehicleCategoryHasBeenSet =
false;
bool CurrencyHasBeenSet() const
void SetCurrency(Aws::String &&value)
bool AllTranspondersHasBeenSet() const
RouteTollOptions & WithVehicleCategory(RouteTollVehicleCategory &&value)
bool VehicleCategoryHasBeenSet() const
bool GetAllTransponders() const
void SetEmissionType(const RouteEmissionType &value)
const RouteTollVehicleCategory & GetVehicleCategory() const
bool EmissionTypeHasBeenSet() const
RouteTollOptions & WithEmissionType(const RouteEmissionType &value)
void SetVehicleCategory(RouteTollVehicleCategory &&value)
bool GetAllVignettes() const
RouteTollOptions & WithCurrency(const char *value)
void SetAllTransponders(bool value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GEOROUTES_API RouteTollOptions()
void SetCurrency(const Aws::String &value)
RouteTollOptions & WithAllTransponders(bool value)
RouteTollOptions & WithVehicleCategory(const RouteTollVehicleCategory &value)
void SetAllVignettes(bool value)
AWS_GEOROUTES_API RouteTollOptions(Aws::Utils::Json::JsonView jsonValue)
void SetEmissionType(RouteEmissionType &&value)
AWS_GEOROUTES_API RouteTollOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
RouteTollOptions & WithAllVignettes(bool value)
const RouteEmissionType & GetEmissionType() const
RouteTollOptions & WithEmissionType(RouteEmissionType &&value)
const Aws::String & GetCurrency() const
void SetCurrency(const char *value)
bool AllVignettesHasBeenSet() const
RouteTollOptions & WithCurrency(Aws::String &&value)
RouteTollOptions & WithCurrency(const Aws::String &value)
void SetVehicleCategory(const RouteTollVehicleCategory &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue