7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/Address.h>
10#include <aws/taxsettings/model/SupplementalTaxRegistrationType.h>
21namespace TaxSettings {
41 template <
typename AddressT = Address>
43 m_addressHasBeenSet =
true;
44 m_address = std::forward<AddressT>(value);
46 template <
typename AddressT = Address>
59 template <
typename LegalNameT = Aws::String>
61 m_legalNameHasBeenSet =
true;
62 m_legalName = std::forward<LegalNameT>(value);
64 template <
typename LegalNameT = Aws::String>
77 template <
typename RegistrationIdT = Aws::String>
79 m_registrationIdHasBeenSet =
true;
80 m_registrationId = std::forward<RegistrationIdT>(value);
82 template <
typename RegistrationIdT = Aws::String>
96 m_registrationTypeHasBeenSet =
true;
97 m_registrationType = value;
112 bool m_addressHasBeenSet =
false;
113 bool m_legalNameHasBeenSet =
false;
114 bool m_registrationIdHasBeenSet =
false;
115 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