7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CountryCodeT = Aws::String>
49 void SetCountryCode(CountryCodeT&& value) { m_countryCodeHasBeenSet =
true; m_countryCode = std::forward<CountryCodeT>(value); }
50 template<
typename CountryCodeT = Aws::String>
61 template<
typename StateOrRegionT = Aws::String>
62 void SetStateOrRegion(StateOrRegionT&& value) { m_stateOrRegionHasBeenSet =
true; m_stateOrRegion = std::forward<StateOrRegionT>(value); }
63 template<
typename StateOrRegionT = Aws::String>
69 bool m_countryCodeHasBeenSet =
false;
72 bool m_stateOrRegionHasBeenSet =
false;
AWS_TAXSETTINGS_API Jurisdiction()=default
bool StateOrRegionHasBeenSet() const
const Aws::String & GetCountryCode() const
Jurisdiction & WithStateOrRegion(StateOrRegionT &&value)
void SetStateOrRegion(StateOrRegionT &&value)
bool CountryCodeHasBeenSet() const
const Aws::String & GetStateOrRegion() const
AWS_TAXSETTINGS_API Jurisdiction(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API Jurisdiction & operator=(Aws::Utils::Json::JsonView jsonValue)
Jurisdiction & WithCountryCode(CountryCodeT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCountryCode(CountryCodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue