7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/AdditionalInfoRequest.h>
10#include <aws/taxsettings/model/Address.h>
11#include <aws/taxsettings/model/Sector.h>
12#include <aws/taxsettings/model/TaxRegistrationType.h>
13#include <aws/taxsettings/model/VerificationDetails.h>
24namespace TaxSettings {
48 template <
typename AdditionalTaxInformationT = AdditionalInfoRequest>
50 m_additionalTaxInformationHasBeenSet =
true;
51 m_additionalTaxInformation = std::forward<AdditionalTaxInformationT>(value);
53 template <
typename AdditionalTaxInformationT = AdditionalInfoRequest>
66 template <
typename CertifiedEmailIdT = Aws::String>
68 m_certifiedEmailIdHasBeenSet =
true;
69 m_certifiedEmailId = std::forward<CertifiedEmailIdT>(value);
71 template <
typename CertifiedEmailIdT = Aws::String>
87 template <
typename LegalAddressT = Address>
89 m_legalAddressHasBeenSet =
true;
90 m_legalAddress = std::forward<LegalAddressT>(value);
92 template <
typename LegalAddressT = Address>
107 template <
typename LegalNameT = Aws::String>
109 m_legalNameHasBeenSet =
true;
110 m_legalName = std::forward<LegalNameT>(value);
112 template <
typename LegalNameT = Aws::String>
125 template <
typename RegistrationIdT = Aws::String>
127 m_registrationIdHasBeenSet =
true;
128 m_registrationId = std::forward<RegistrationIdT>(value);
130 template <
typename RegistrationIdT = Aws::String>
145 m_registrationTypeHasBeenSet =
true;
146 m_registrationType = value;
165 m_sectorHasBeenSet =
true;
183 template <
typename VerificationDetailsT = VerificationDetails>
185 m_verificationDetailsHasBeenSet =
true;
186 m_verificationDetails = std::forward<VerificationDetailsT>(value);
188 template <
typename VerificationDetailsT = VerificationDetails>
209 VerificationDetails m_verificationDetails;
210 bool m_additionalTaxInformationHasBeenSet =
false;
211 bool m_certifiedEmailIdHasBeenSet =
false;
212 bool m_legalAddressHasBeenSet =
false;
213 bool m_legalNameHasBeenSet =
false;
214 bool m_registrationIdHasBeenSet =
false;
215 bool m_registrationTypeHasBeenSet =
false;
216 bool m_sectorHasBeenSet =
false;
217 bool m_verificationDetailsHasBeenSet =
false;
const Address & GetLegalAddress() const
bool LegalNameHasBeenSet() const
AWS_TAXSETTINGS_API TaxRegistrationEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCertifiedEmailId() const
TaxRegistrationEntry & WithCertifiedEmailId(CertifiedEmailIdT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetLegalAddress(LegalAddressT &&value)
void SetLegalName(LegalNameT &&value)
TaxRegistrationType GetRegistrationType() const
bool AdditionalTaxInformationHasBeenSet() const
void SetRegistrationId(RegistrationIdT &&value)
const AdditionalInfoRequest & GetAdditionalTaxInformation() const
void SetAdditionalTaxInformation(AdditionalTaxInformationT &&value)
bool CertifiedEmailIdHasBeenSet() const
TaxRegistrationEntry & WithLegalAddress(LegalAddressT &&value)
TaxRegistrationEntry & WithRegistrationType(TaxRegistrationType value)
AWS_TAXSETTINGS_API TaxRegistrationEntry()=default
const Aws::String & GetRegistrationId() const
AWS_TAXSETTINGS_API TaxRegistrationEntry(Aws::Utils::Json::JsonView jsonValue)
bool RegistrationIdHasBeenSet() const
void SetVerificationDetails(VerificationDetailsT &&value)
bool RegistrationTypeHasBeenSet() const
TaxRegistrationEntry & WithRegistrationId(RegistrationIdT &&value)
bool LegalAddressHasBeenSet() const
void SetSector(Sector value)
TaxRegistrationEntry & WithAdditionalTaxInformation(AdditionalTaxInformationT &&value)
const Aws::String & GetLegalName() const
TaxRegistrationEntry & WithLegalName(LegalNameT &&value)
TaxRegistrationEntry & WithSector(Sector value)
void SetRegistrationType(TaxRegistrationType value)
const VerificationDetails & GetVerificationDetails() const
TaxRegistrationEntry & WithVerificationDetails(VerificationDetailsT &&value)
bool VerificationDetailsHasBeenSet() const
void SetCertifiedEmailId(CertifiedEmailIdT &&value)
bool SectorHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue