AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
BrazilAdditionalInfo.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TaxSettings
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TAXSETTINGS_API BrazilAdditionalInfo();
36 AWS_TAXSETTINGS_API BrazilAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
38 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetCcmCode() const{ return m_ccmCode; }
47 inline bool CcmCodeHasBeenSet() const { return m_ccmCodeHasBeenSet; }
48 inline void SetCcmCode(const Aws::String& value) { m_ccmCodeHasBeenSet = true; m_ccmCode = value; }
49 inline void SetCcmCode(Aws::String&& value) { m_ccmCodeHasBeenSet = true; m_ccmCode = std::move(value); }
50 inline void SetCcmCode(const char* value) { m_ccmCodeHasBeenSet = true; m_ccmCode.assign(value); }
51 inline BrazilAdditionalInfo& WithCcmCode(const Aws::String& value) { SetCcmCode(value); return *this;}
52 inline BrazilAdditionalInfo& WithCcmCode(Aws::String&& value) { SetCcmCode(std::move(value)); return *this;}
53 inline BrazilAdditionalInfo& WithCcmCode(const char* value) { SetCcmCode(value); return *this;}
55
57
61 inline const Aws::String& GetLegalNatureCode() const{ return m_legalNatureCode; }
62 inline bool LegalNatureCodeHasBeenSet() const { return m_legalNatureCodeHasBeenSet; }
63 inline void SetLegalNatureCode(const Aws::String& value) { m_legalNatureCodeHasBeenSet = true; m_legalNatureCode = value; }
64 inline void SetLegalNatureCode(Aws::String&& value) { m_legalNatureCodeHasBeenSet = true; m_legalNatureCode = std::move(value); }
65 inline void SetLegalNatureCode(const char* value) { m_legalNatureCodeHasBeenSet = true; m_legalNatureCode.assign(value); }
66 inline BrazilAdditionalInfo& WithLegalNatureCode(const Aws::String& value) { SetLegalNatureCode(value); return *this;}
67 inline BrazilAdditionalInfo& WithLegalNatureCode(Aws::String&& value) { SetLegalNatureCode(std::move(value)); return *this;}
68 inline BrazilAdditionalInfo& WithLegalNatureCode(const char* value) { SetLegalNatureCode(value); return *this;}
70 private:
71
72 Aws::String m_ccmCode;
73 bool m_ccmCodeHasBeenSet = false;
74
75 Aws::String m_legalNatureCode;
76 bool m_legalNatureCodeHasBeenSet = false;
77 };
78
79} // namespace Model
80} // namespace TaxSettings
81} // namespace Aws
BrazilAdditionalInfo & WithLegalNatureCode(const char *value)
AWS_TAXSETTINGS_API BrazilAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
BrazilAdditionalInfo & WithLegalNatureCode(Aws::String &&value)
void SetLegalNatureCode(const Aws::String &value)
BrazilAdditionalInfo & WithLegalNatureCode(const Aws::String &value)
BrazilAdditionalInfo & WithCcmCode(Aws::String &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
BrazilAdditionalInfo & WithCcmCode(const Aws::String &value)
AWS_TAXSETTINGS_API BrazilAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
BrazilAdditionalInfo & WithCcmCode(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue