7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/Address.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/taxsettings/model/SupplementalTaxRegistrationType.h>
47 template<
typename AddressT = Address>
48 void SetAddress(AddressT&& value) { m_addressHasBeenSet =
true; m_address = std::forward<AddressT>(value); }
49 template<
typename AddressT = Address>
59 template<
typename LegalNameT = Aws::String>
60 void SetLegalName(LegalNameT&& value) { m_legalNameHasBeenSet =
true; m_legalName = std::forward<LegalNameT>(value); }
61 template<
typename LegalNameT = Aws::String>
71 template<
typename RegistrationIdT = Aws::String>
72 void SetRegistrationId(RegistrationIdT&& value) { m_registrationIdHasBeenSet =
true; m_registrationId = std::forward<RegistrationIdT>(value); }
73 template<
typename RegistrationIdT = Aws::String>
89 bool m_addressHasBeenSet =
false;
92 bool m_legalNameHasBeenSet =
false;
95 bool m_registrationIdHasBeenSet =
false;
98 bool m_registrationTypeHasBeenSet =
false;
SupplementalTaxRegistrationType GetRegistrationType() const
bool LegalNameHasBeenSet() const
const Address & GetAddress() const
void SetRegistrationId(RegistrationIdT &&value)
void SetAddress(AddressT &&value)
bool AddressHasBeenSet() const
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TAXSETTINGS_API SupplementalTaxRegistrationEntry()=default
void SetRegistrationType(SupplementalTaxRegistrationType value)
void SetLegalName(LegalNameT &&value)
SupplementalTaxRegistrationEntry & WithLegalName(LegalNameT &&value)
AWS_TAXSETTINGS_API SupplementalTaxRegistrationEntry(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetRegistrationId() const
const Aws::String & GetLegalName() const
SupplementalTaxRegistrationEntry & WithRegistrationId(RegistrationIdT &&value)
AWS_TAXSETTINGS_API SupplementalTaxRegistrationEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegistrationTypeHasBeenSet() const
SupplementalTaxRegistrationEntry & WithAddress(AddressT &&value)
SupplementalTaxRegistrationEntry & WithRegistrationType(SupplementalTaxRegistrationType value)
bool RegistrationIdHasBeenSet() const
SupplementalTaxRegistrationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue