7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
19namespace TaxSettings {
41 template <
typename CountryT = Aws::String>
43 m_countryHasBeenSet =
true;
44 m_country = std::forward<CountryT>(value);
46 template <
typename CountryT = Aws::String>
59 template <
typename StateT = Aws::String>
61 m_stateHasBeenSet =
true;
62 m_state = std::forward<StateT>(value);
64 template <
typename StateT = Aws::String>
66 SetState(std::forward<StateT>(value));
74 bool m_countryHasBeenSet =
false;
75 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