7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename CcmCodeT = Aws::String>
49 void SetCcmCode(CcmCodeT&& value) { m_ccmCodeHasBeenSet =
true; m_ccmCode = std::forward<CcmCodeT>(value); }
50 template<
typename CcmCodeT = Aws::String>
61 template<
typename LegalNatureCodeT = Aws::String>
62 void SetLegalNatureCode(LegalNatureCodeT&& value) { m_legalNatureCodeHasBeenSet =
true; m_legalNatureCode = std::forward<LegalNatureCodeT>(value); }
63 template<
typename LegalNatureCodeT = Aws::String>
69 bool m_ccmCodeHasBeenSet =
false;
72 bool m_legalNatureCodeHasBeenSet =
false;
AWS_TAXSETTINGS_API BrazilAdditionalInfo()=default
AWS_TAXSETTINGS_API BrazilAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
BrazilAdditionalInfo & WithLegalNatureCode(LegalNatureCodeT &&value)
BrazilAdditionalInfo & WithCcmCode(CcmCodeT &&value)
bool CcmCodeHasBeenSet() const
const Aws::String & GetLegalNatureCode() const
void SetCcmCode(CcmCodeT &&value)
void SetLegalNatureCode(LegalNatureCodeT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TAXSETTINGS_API BrazilAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCcmCode() const
bool LegalNatureCodeHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue