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; }
73 template<
typename CurrencyT = Aws::String>
74 void SetCurrency(CurrencyT&& value) { m_currencyHasBeenSet =
true; m_currency = std::forward<CurrencyT>(value); }
75 template<
typename CurrencyT = Aws::String>
86 template<
typename EmissionTypeT = RouteEmissionType>
87 void SetEmissionType(EmissionTypeT&& value) { m_emissionTypeHasBeenSet =
true; m_emissionType = std::forward<EmissionTypeT>(value); }
88 template<
typename EmissionTypeT = RouteEmissionType>
103 bool m_allTransponders{
false};
104 bool m_allTranspondersHasBeenSet =
false;
106 bool m_allVignettes{
false};
107 bool m_allVignettesHasBeenSet =
false;
110 bool m_currencyHasBeenSet =
false;
112 RouteEmissionType m_emissionType;
113 bool m_emissionTypeHasBeenSet =
false;
116 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