7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
19namespace TaxSettings {
42 template <
typename CountryCodeT = Aws::String>
44 m_countryCodeHasBeenSet =
true;
45 m_countryCode = std::forward<CountryCodeT>(value);
47 template <
typename CountryCodeT = Aws::String>
61 template <
typename StateOrRegionT = Aws::String>
63 m_stateOrRegionHasBeenSet =
true;
64 m_stateOrRegion = std::forward<StateOrRegionT>(value);
66 template <
typename StateOrRegionT = Aws::String>
76 bool m_countryCodeHasBeenSet =
false;
77 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