7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/PolandTaxRegistrationNumberType.h>
20namespace TaxSettings {
43 template <
typename Indiv
idualRegistrationNumberT = Aws::String>
45 m_individualRegistrationNumberHasBeenSet =
true;
46 m_individualRegistrationNumber = std::forward<IndividualRegistrationNumberT>(value);
48 template <
typename Indiv
idualRegistrationNumberT = Aws::String>
63 m_isGroupVatEnabledHasBeenSet =
true;
64 m_isGroupVatEnabled = value;
81 m_taxRegistrationNumberTypeHasBeenSet =
true;
82 m_taxRegistrationNumberType = value;
92 bool m_isGroupVatEnabled{
false};
95 bool m_individualRegistrationNumberHasBeenSet =
false;
96 bool m_isGroupVatEnabledHasBeenSet =
false;
97 bool m_taxRegistrationNumberTypeHasBeenSet =
false;
bool IndividualRegistrationNumberHasBeenSet() const
PolandAdditionalInfo & WithTaxRegistrationNumberType(PolandTaxRegistrationNumberType value)
bool TaxRegistrationNumberTypeHasBeenSet() const
PolandTaxRegistrationNumberType GetTaxRegistrationNumberType() const
PolandAdditionalInfo & WithIsGroupVatEnabled(bool value)
AWS_TAXSETTINGS_API PolandAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIndividualRegistrationNumber() const
AWS_TAXSETTINGS_API PolandAdditionalInfo()=default
PolandAdditionalInfo & WithIndividualRegistrationNumber(IndividualRegistrationNumberT &&value)
bool IsGroupVatEnabledHasBeenSet() const
void SetTaxRegistrationNumberType(PolandTaxRegistrationNumberType value)
AWS_TAXSETTINGS_API PolandAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
void SetIsGroupVatEnabled(bool value)
bool GetIsGroupVatEnabled() const
void SetIndividualRegistrationNumber(IndividualRegistrationNumberT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
PolandTaxRegistrationNumberType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue