7#include <aws/geo-routes/GeoRoutes_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
51 template<
typename CountriesT = Aws::Vector<Aws::String>>
52 void SetCountries(CountriesT&& value) { m_countriesHasBeenSet =
true; m_countries = std::forward<CountriesT>(value); }
53 template<
typename CountriesT = Aws::Vector<Aws::String>>
55 template<
typename CountriesT = Aws::String>
61 bool m_countriesHasBeenSet =
false;
AWS_GEOROUTES_API Aws::Utils::Json::JsonValue Jsonize() const
bool CountriesHasBeenSet() const
void SetCountries(CountriesT &&value)
AWS_GEOROUTES_API RouteMatrixExclusionOptions()=default
RouteMatrixExclusionOptions & AddCountries(CountriesT &&value)
AWS_GEOROUTES_API RouteMatrixExclusionOptions(Aws::Utils::Json::JsonView jsonValue)
RouteMatrixExclusionOptions & WithCountries(CountriesT &&value)
const Aws::Vector< Aws::String > & GetCountries() const
AWS_GEOROUTES_API RouteMatrixExclusionOptions & operator=(Aws::Utils::Json::JsonView jsonValue)
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue