7#include <aws/core/utils/memory/stl/AWSVector.h>
8#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
9#include <aws/geo-routes/model/RouteIntermodalEnabledLegs.h>
10#include <aws/geo-routes/model/RouteTaxiMode.h>
45 template <
typename AllowedModesT = Aws::Vector<RouteTaxiMode>>
47 m_allowedModesHasBeenSet =
true;
48 m_allowedModes = std::forward<AllowedModesT>(value);
50 template <
typename AllowedModesT = Aws::Vector<RouteTaxiMode>>
56 m_allowedModesHasBeenSet =
true;
57 m_allowedModes.push_back(value);
74 template <
typename EnabledForT = Aws::Vector<RouteIntermodalEnabledLegs>>
76 m_enabledForHasBeenSet =
true;
77 m_enabledFor = std::forward<EnabledForT>(value);
79 template <
typename EnabledForT = Aws::Vector<RouteIntermodalEnabledLegs>>
85 m_enabledForHasBeenSet =
true;
86 m_enabledFor.push_back(value);
99 template <
typename ExcludedModesT = Aws::Vector<RouteTaxiMode>>
101 m_excludedModesHasBeenSet =
true;
102 m_excludedModes = std::forward<ExcludedModesT>(value);
104 template <
typename ExcludedModesT = Aws::Vector<RouteTaxiMode>>
110 m_excludedModesHasBeenSet =
true;
111 m_excludedModes.push_back(value);
121 bool m_allowedModesHasBeenSet =
false;
122 bool m_enabledForHasBeenSet =
false;
123 bool m_excludedModesHasBeenSet =
false;
bool ExcludedModesHasBeenSet() const
RouteIntermodalTaxiOptions & AddAllowedModes(RouteTaxiMode value)
void SetExcludedModes(ExcludedModesT &&value)
const Aws::Vector< RouteTaxiMode > & GetAllowedModes() const
bool EnabledForHasBeenSet() const
RouteIntermodalTaxiOptions & AddExcludedModes(RouteTaxiMode value)
RouteIntermodalTaxiOptions & WithExcludedModes(ExcludedModesT &&value)
bool AllowedModesHasBeenSet() const
const Aws::Vector< RouteTaxiMode > & GetExcludedModes() const
const Aws::Vector< RouteIntermodalEnabledLegs > & GetEnabledFor() const
RouteIntermodalTaxiOptions & WithAllowedModes(AllowedModesT &&value)
RouteIntermodalTaxiOptions & WithEnabledFor(EnabledForT &&value)
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
RouteIntermodalTaxiOptions & AddEnabledFor(RouteIntermodalEnabledLegs value)
void SetAllowedModes(AllowedModesT &&value)
AWS_GEOROUTES_API RouteIntermodalTaxiOptions(Aws::Utils::Json::JsonView jsonValue)
AWS_GEOROUTES_API RouteIntermodalTaxiOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetEnabledFor(EnabledForT &&value)
AWS_GEOROUTES_API RouteIntermodalTaxiOptions()=default
RouteIntermodalEnabledLegs
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue