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/MalaysiaServiceTaxCode.h>
21namespace TaxSettings {
58 template <
typename BusinessRegistrationNumberT = Aws::String>
60 m_businessRegistrationNumberHasBeenSet =
true;
61 m_businessRegistrationNumber = std::forward<BusinessRegistrationNumberT>(value);
63 template <
typename BusinessRegistrationNumberT = Aws::String>
76 template <
typename ServiceTaxCodesT = Aws::Vector<MalaysiaServiceTaxCode>>
78 m_serviceTaxCodesHasBeenSet =
true;
79 m_serviceTaxCodes = std::forward<ServiceTaxCodesT>(value);
81 template <
typename ServiceTaxCodesT = Aws::Vector<MalaysiaServiceTaxCode>>
87 m_serviceTaxCodesHasBeenSet =
true;
88 m_serviceTaxCodes.push_back(value);
112 template <
typename TaxInformationNumberT = Aws::String>
114 m_taxInformationNumberHasBeenSet =
true;
115 m_taxInformationNumber = std::forward<TaxInformationNumberT>(value);
117 template <
typename TaxInformationNumberT = Aws::String>
129 bool m_businessRegistrationNumberHasBeenSet =
false;
130 bool m_serviceTaxCodesHasBeenSet =
false;
131 bool m_taxInformationNumberHasBeenSet =
false;
MalaysiaAdditionalInfo & WithServiceTaxCodes(ServiceTaxCodesT &&value)
void SetServiceTaxCodes(ServiceTaxCodesT &&value)
MalaysiaAdditionalInfo & WithTaxInformationNumber(TaxInformationNumberT &&value)
MalaysiaAdditionalInfo & WithBusinessRegistrationNumber(BusinessRegistrationNumberT &&value)
void SetBusinessRegistrationNumber(BusinessRegistrationNumberT &&value)
AWS_TAXSETTINGS_API MalaysiaAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
MalaysiaAdditionalInfo & AddServiceTaxCodes(MalaysiaServiceTaxCode value)
void SetTaxInformationNumber(TaxInformationNumberT &&value)
const Aws::String & GetBusinessRegistrationNumber() const
AWS_TAXSETTINGS_API MalaysiaAdditionalInfo()=default
bool TaxInformationNumberHasBeenSet() const
const Aws::String & GetTaxInformationNumber() const
bool BusinessRegistrationNumberHasBeenSet() const
const Aws::Vector< MalaysiaServiceTaxCode > & GetServiceTaxCodes() const
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
bool ServiceTaxCodesHasBeenSet() const
AWS_TAXSETTINGS_API MalaysiaAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue