7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/AdditionalInfoResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/taxsettings/model/Address.h>
11#include <aws/taxsettings/model/TaxRegistrationType.h>
12#include <aws/taxsettings/model/Sector.h>
13#include <aws/taxsettings/model/TaxRegistrationStatus.h>
14#include <aws/core/utils/memory/stl/AWSVector.h>
15#include <aws/taxsettings/model/TaxDocumentMetadata.h>
53 template<
typename AdditionalTaxInformationT = AdditionalInfoResponse>
54 void SetAdditionalTaxInformation(AdditionalTaxInformationT&& value) { m_additionalTaxInformationHasBeenSet =
true; m_additionalTaxInformation = std::forward<AdditionalTaxInformationT>(value); }
55 template<
typename AdditionalTaxInformationT = AdditionalInfoResponse>
65 template<
typename CertifiedEmailIdT = Aws::String>
66 void SetCertifiedEmailId(CertifiedEmailIdT&& value) { m_certifiedEmailIdHasBeenSet =
true; m_certifiedEmailId = std::forward<CertifiedEmailIdT>(value); }
67 template<
typename CertifiedEmailIdT = Aws::String>
77 template<
typename LegalAddressT = Address>
78 void SetLegalAddress(LegalAddressT&& value) { m_legalAddressHasBeenSet =
true; m_legalAddress = std::forward<LegalAddressT>(value); }
79 template<
typename LegalAddressT = Address>
89 template<
typename LegalNameT = Aws::String>
90 void SetLegalName(LegalNameT&& value) { m_legalNameHasBeenSet =
true; m_legalName = std::forward<LegalNameT>(value); }
91 template<
typename LegalNameT = Aws::String>
101 template<
typename RegistrationIdT = Aws::String>
102 void SetRegistrationId(RegistrationIdT&& value) { m_registrationIdHasBeenSet =
true; m_registrationId = std::forward<RegistrationIdT>(value); }
103 template<
typename RegistrationIdT = Aws::String>
148 template<
typename TaxDocumentMetadatasT = Aws::Vector<TaxDocumentMetadata>>
149 void SetTaxDocumentMetadatas(TaxDocumentMetadatasT&& value) { m_taxDocumentMetadatasHasBeenSet =
true; m_taxDocumentMetadatas = std::forward<TaxDocumentMetadatasT>(value); }
150 template<
typename TaxDocumentMetadatasT = Aws::Vector<TaxDocumentMetadata>>
152 template<
typename TaxDocumentMetadatasT = TaxDocumentMetadata>
153 TaxRegistration&
AddTaxDocumentMetadatas(TaxDocumentMetadatasT&& value) { m_taxDocumentMetadatasHasBeenSet =
true; m_taxDocumentMetadatas.emplace_back(std::forward<TaxDocumentMetadatasT>(value));
return *
this; }
158 bool m_additionalTaxInformationHasBeenSet =
false;
161 bool m_certifiedEmailIdHasBeenSet =
false;
164 bool m_legalAddressHasBeenSet =
false;
167 bool m_legalNameHasBeenSet =
false;
170 bool m_registrationIdHasBeenSet =
false;
173 bool m_registrationTypeHasBeenSet =
false;
176 bool m_sectorHasBeenSet =
false;
179 bool m_statusHasBeenSet =
false;
182 bool m_taxDocumentMetadatasHasBeenSet =
false;
bool RegistrationIdHasBeenSet() const
TaxRegistration & WithTaxDocumentMetadatas(TaxDocumentMetadatasT &&value)
AWS_TAXSETTINGS_API TaxRegistration(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCertifiedEmailId(CertifiedEmailIdT &&value)
TaxRegistration & WithRegistrationType(TaxRegistrationType value)
const Aws::String & GetRegistrationId() const
TaxRegistration & WithStatus(TaxRegistrationStatus value)
TaxRegistrationStatus GetStatus() const
bool CertifiedEmailIdHasBeenSet() const
TaxRegistration & WithLegalName(LegalNameT &&value)
bool AdditionalTaxInformationHasBeenSet() const
TaxRegistrationType GetRegistrationType() const
void SetRegistrationType(TaxRegistrationType value)
const Address & GetLegalAddress() const
const AdditionalInfoResponse & GetAdditionalTaxInformation() const
TaxRegistration & WithAdditionalTaxInformation(AdditionalTaxInformationT &&value)
void SetRegistrationId(RegistrationIdT &&value)
void SetTaxDocumentMetadatas(TaxDocumentMetadatasT &&value)
bool TaxDocumentMetadatasHasBeenSet() const
void SetAdditionalTaxInformation(AdditionalTaxInformationT &&value)
const Aws::String & GetCertifiedEmailId() const
TaxRegistration & WithSector(Sector value)
bool LegalAddressHasBeenSet() const
TaxRegistration & AddTaxDocumentMetadatas(TaxDocumentMetadatasT &&value)
void SetStatus(TaxRegistrationStatus value)
void SetLegalName(LegalNameT &&value)
void SetSector(Sector value)
bool LegalNameHasBeenSet() const
const Aws::String & GetLegalName() const
TaxRegistration & WithLegalAddress(LegalAddressT &&value)
TaxRegistration & WithCertifiedEmailId(CertifiedEmailIdT &&value)
AWS_TAXSETTINGS_API TaxRegistration & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetLegalAddress(LegalAddressT &&value)
AWS_TAXSETTINGS_API TaxRegistration()=default
bool StatusHasBeenSet() const
const Aws::Vector< TaxDocumentMetadata > & GetTaxDocumentMetadatas() const
bool SectorHasBeenSet() const
TaxRegistration & WithRegistrationId(RegistrationIdT &&value)
bool RegistrationTypeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue