7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename CountryT = Aws::String>
48 void SetCountry(CountryT&& value) { m_countryHasBeenSet =
true; m_country = std::forward<CountryT>(value); }
49 template<
typename CountryT = Aws::String>
59 template<
typename StateT = Aws::String>
60 void SetState(StateT&& value) { m_stateHasBeenSet =
true; m_state = std::forward<StateT>(value); }
61 template<
typename StateT = Aws::String>
67 bool m_countryHasBeenSet =
false;
70 bool m_stateHasBeenSet =
false;
Authority & WithState(StateT &&value)
void SetCountry(CountryT &&value)
bool StateHasBeenSet() const
const Aws::String & GetCountry() const
AWS_TAXSETTINGS_API Authority()=default
void SetState(StateT &&value)
AWS_TAXSETTINGS_API Authority & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetState() const
Authority & WithCountry(CountryT &&value)
AWS_TAXSETTINGS_API Authority(Aws::Utils::Json::JsonView jsonValue)
bool CountryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue