7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/taxsettings/TaxSettings_EXPORTS.h>
10#include <aws/taxsettings/model/AdditionalInfoResponse.h>
11#include <aws/taxsettings/model/Jurisdiction.h>
12#include <aws/taxsettings/model/Sector.h>
13#include <aws/taxsettings/model/TaxDocumentMetadata.h>
14#include <aws/taxsettings/model/TaxRegistrationStatus.h>
15#include <aws/taxsettings/model/TaxRegistrationType.h>
26namespace TaxSettings {
48 template <
typename AdditionalTaxInformationT = AdditionalInfoResponse>
50 m_additionalTaxInformationHasBeenSet =
true;
51 m_additionalTaxInformation = std::forward<AdditionalTaxInformationT>(value);
53 template <
typename AdditionalTaxInformationT = AdditionalInfoResponse>
66 template <
typename CertifiedEmailIdT = Aws::String>
68 m_certifiedEmailIdHasBeenSet =
true;
69 m_certifiedEmailId = std::forward<CertifiedEmailIdT>(value);
71 template <
typename CertifiedEmailIdT = Aws::String>
84 template <
typename JurisdictionT = Jurisdiction>
86 m_jurisdictionHasBeenSet =
true;
87 m_jurisdiction = std::forward<JurisdictionT>(value);
89 template <
typename JurisdictionT = Jurisdiction>
102 template <
typename LegalNameT = Aws::String>
104 m_legalNameHasBeenSet =
true;
105 m_legalName = std::forward<LegalNameT>(value);
107 template <
typename LegalNameT = Aws::String>
120 template <
typename RegistrationIdT = Aws::String>
122 m_registrationIdHasBeenSet =
true;
123 m_registrationId = std::forward<RegistrationIdT>(value);
125 template <
typename RegistrationIdT = Aws::String>
140 m_registrationTypeHasBeenSet =
true;
141 m_registrationType = value;
160 m_sectorHasBeenSet =
true;
177 m_statusHasBeenSet =
true;
192 template <
typename TaxDocumentMetadatasT = Aws::Vector<TaxDocumentMetadata>>
194 m_taxDocumentMetadatasHasBeenSet =
true;
195 m_taxDocumentMetadatas = std::forward<TaxDocumentMetadatasT>(value);
197 template <
typename TaxDocumentMetadatasT = Aws::Vector<TaxDocumentMetadata>>
202 template <
typename TaxDocumentMetadatasT = TaxDocumentMetadata>
204 m_taxDocumentMetadatasHasBeenSet =
true;
205 m_taxDocumentMetadatas.emplace_back(std::forward<TaxDocumentMetadatasT>(value));
227 bool m_additionalTaxInformationHasBeenSet =
false;
228 bool m_certifiedEmailIdHasBeenSet =
false;
229 bool m_jurisdictionHasBeenSet =
false;
230 bool m_legalNameHasBeenSet =
false;
231 bool m_registrationIdHasBeenSet =
false;
232 bool m_registrationTypeHasBeenSet =
false;
233 bool m_sectorHasBeenSet =
false;
234 bool m_statusHasBeenSet =
false;
235 bool m_taxDocumentMetadatasHasBeenSet =
false;
TaxRegistrationWithJurisdiction & AddTaxDocumentMetadatas(TaxDocumentMetadatasT &&value)
bool LegalNameHasBeenSet() const
void SetTaxDocumentMetadatas(TaxDocumentMetadatasT &&value)
AWS_TAXSETTINGS_API TaxRegistrationWithJurisdiction()=default
TaxRegistrationWithJurisdiction & WithRegistrationType(TaxRegistrationType value)
const AdditionalInfoResponse & GetAdditionalTaxInformation() const
void SetJurisdiction(JurisdictionT &&value)
bool StatusHasBeenSet() const
AWS_TAXSETTINGS_API TaxRegistrationWithJurisdiction & operator=(Aws::Utils::Json::JsonView jsonValue)
bool RegistrationTypeHasBeenSet() const
TaxRegistrationType GetRegistrationType() const
TaxRegistrationWithJurisdiction & WithCertifiedEmailId(CertifiedEmailIdT &&value)
const Aws::String & GetCertifiedEmailId() const
AWS_TAXSETTINGS_API TaxRegistrationWithJurisdiction(Aws::Utils::Json::JsonView jsonValue)
void SetSector(Sector value)
TaxRegistrationWithJurisdiction & WithTaxDocumentMetadatas(TaxDocumentMetadatasT &&value)
TaxRegistrationWithJurisdiction & WithStatus(TaxRegistrationStatus value)
bool AdditionalTaxInformationHasBeenSet() const
TaxRegistrationWithJurisdiction & WithAdditionalTaxInformation(AdditionalTaxInformationT &&value)
TaxRegistrationWithJurisdiction & WithLegalName(LegalNameT &&value)
void SetRegistrationId(RegistrationIdT &&value)
bool TaxDocumentMetadatasHasBeenSet() const
TaxRegistrationStatus GetStatus() const
bool JurisdictionHasBeenSet() const
void SetStatus(TaxRegistrationStatus value)
bool CertifiedEmailIdHasBeenSet() const
void SetAdditionalTaxInformation(AdditionalTaxInformationT &&value)
void SetRegistrationType(TaxRegistrationType value)
const Aws::String & GetRegistrationId() const
bool SectorHasBeenSet() const
TaxRegistrationWithJurisdiction & WithRegistrationId(RegistrationIdT &&value)
const Aws::Vector< TaxDocumentMetadata > & GetTaxDocumentMetadatas() const
void SetLegalName(LegalNameT &&value)
void SetCertifiedEmailId(CertifiedEmailIdT &&value)
bool RegistrationIdHasBeenSet() const
TaxRegistrationWithJurisdiction & WithSector(Sector value)
TaxRegistrationWithJurisdiction & WithJurisdiction(JurisdictionT &&value)
const Jurisdiction & GetJurisdiction() const
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetLegalName() 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