7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/Authority.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/taxsettings/model/EntityExemptionAccountStatus.h>
11#include <aws/taxsettings/model/TaxExemptionType.h>
49 template<
typename AuthorityT = Authority>
50 void SetAuthority(AuthorityT&& value) { m_authorityHasBeenSet =
true; m_authority = std::forward<AuthorityT>(value); }
51 template<
typename AuthorityT = Authority>
61 template<
typename EffectiveDateT = Aws::Utils::DateTime>
62 void SetEffectiveDate(EffectiveDateT&& value) { m_effectiveDateHasBeenSet =
true; m_effectiveDate = std::forward<EffectiveDateT>(value); }
63 template<
typename EffectiveDateT = Aws::Utils::DateTime>
73 template<
typename ExpirationDateT = Aws::Utils::DateTime>
74 void SetExpirationDate(ExpirationDateT&& value) { m_expirationDateHasBeenSet =
true; m_expirationDate = std::forward<ExpirationDateT>(value); }
75 template<
typename ExpirationDateT = Aws::Utils::DateTime>
95 template<
typename SystemEffectiveDateT = Aws::Utils::DateTime>
96 void SetSystemEffectiveDate(SystemEffectiveDateT&& value) { m_systemEffectiveDateHasBeenSet =
true; m_systemEffectiveDate = std::forward<SystemEffectiveDateT>(value); }
97 template<
typename SystemEffectiveDateT = Aws::Utils::DateTime>
107 template<
typename TaxExemptionTypeT = TaxExemptionType>
108 void SetTaxExemptionType(TaxExemptionTypeT&& value) { m_taxExemptionTypeHasBeenSet =
true; m_taxExemptionType = std::forward<TaxExemptionTypeT>(value); }
109 template<
typename TaxExemptionTypeT = TaxExemptionType>
115 bool m_authorityHasBeenSet =
false;
118 bool m_effectiveDateHasBeenSet =
false;
121 bool m_expirationDateHasBeenSet =
false;
124 bool m_statusHasBeenSet =
false;
127 bool m_systemEffectiveDateHasBeenSet =
false;
129 TaxExemptionType m_taxExemptionType;
130 bool m_taxExemptionTypeHasBeenSet =
false;
void SetStatus(EntityExemptionAccountStatus value)
AWS_TAXSETTINGS_API TaxExemption(Aws::Utils::Json::JsonView jsonValue)
const Aws::Utils::DateTime & GetSystemEffectiveDate() const
AWS_TAXSETTINGS_API TaxExemption & operator=(Aws::Utils::Json::JsonView jsonValue)
const TaxExemptionType & GetTaxExemptionType() const
const Aws::Utils::DateTime & GetEffectiveDate() const
void SetTaxExemptionType(TaxExemptionTypeT &&value)
TaxExemption & WithAuthority(AuthorityT &&value)
bool EffectiveDateHasBeenSet() const
EntityExemptionAccountStatus GetStatus() const
TaxExemption & WithExpirationDate(ExpirationDateT &&value)
void SetExpirationDate(ExpirationDateT &&value)
bool SystemEffectiveDateHasBeenSet() const
bool ExpirationDateHasBeenSet() const
TaxExemption & WithSystemEffectiveDate(SystemEffectiveDateT &&value)
bool StatusHasBeenSet() const
TaxExemption & WithTaxExemptionType(TaxExemptionTypeT &&value)
const Aws::Utils::DateTime & GetExpirationDate() const
AWS_TAXSETTINGS_API TaxExemption()=default
TaxExemption & WithEffectiveDate(EffectiveDateT &&value)
void SetEffectiveDate(EffectiveDateT &&value)
bool AuthorityHasBeenSet() const
void SetSystemEffectiveDate(SystemEffectiveDateT &&value)
TaxExemption & WithStatus(EntityExemptionAccountStatus value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool TaxExemptionTypeHasBeenSet() const
void SetAuthority(AuthorityT &&value)
const Authority & GetAuthority() const
EntityExemptionAccountStatus
Aws::Utils::Json::JsonValue JsonValue