7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/Industries.h>
20namespace TaxSettings {
46 m_industriesHasBeenSet =
true;
64 template <
typename KepEmailIdT = Aws::String>
66 m_kepEmailIdHasBeenSet =
true;
67 m_kepEmailId = std::forward<KepEmailIdT>(value);
69 template <
typename KepEmailIdT = Aws::String>
83 template <
typename SecondaryTaxIdT = Aws::String>
85 m_secondaryTaxIdHasBeenSet =
true;
86 m_secondaryTaxId = std::forward<SecondaryTaxIdT>(value);
88 template <
typename SecondaryTaxIdT = Aws::String>
104 template <
typename TaxOfficeT = Aws::String>
106 m_taxOfficeHasBeenSet =
true;
107 m_taxOffice = std::forward<TaxOfficeT>(value);
109 template <
typename TaxOfficeT = Aws::String>
123 bool m_industriesHasBeenSet =
false;
124 bool m_kepEmailIdHasBeenSet =
false;
125 bool m_secondaryTaxIdHasBeenSet =
false;
126 bool m_taxOfficeHasBeenSet =
false;
bool SecondaryTaxIdHasBeenSet() const
void SetIndustries(Industries value)
Industries GetIndustries() const
const Aws::String & GetSecondaryTaxId() const
TurkeyAdditionalInfo & WithKepEmailId(KepEmailIdT &&value)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo()=default
bool KepEmailIdHasBeenSet() const
bool IndustriesHasBeenSet() const
void SetKepEmailId(KepEmailIdT &&value)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TaxOfficeHasBeenSet() const
const Aws::String & GetTaxOffice() const
void SetTaxOffice(TaxOfficeT &&value)
const Aws::String & GetKepEmailId() const
TurkeyAdditionalInfo & WithTaxOffice(TaxOfficeT &&value)
TurkeyAdditionalInfo & WithSecondaryTaxId(SecondaryTaxIdT &&value)
void SetSecondaryTaxId(SecondaryTaxIdT &&value)
TurkeyAdditionalInfo & WithIndustries(Industries value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue