AWS SDK for C++

AWS SDK for C++ Version 1.11.758

Loading...
Searching...
No Matches
VietnamAdditionalInfo.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TaxSettings {
20namespace Model {
21
29 public:
30 AWS_TAXSETTINGS_API VietnamAdditionalInfo() = default;
31 AWS_TAXSETTINGS_API VietnamAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetElectronicTransactionCodeNumber() const { return m_electronicTransactionCodeNumber; }
41 inline bool ElectronicTransactionCodeNumberHasBeenSet() const { return m_electronicTransactionCodeNumberHasBeenSet; }
42 template <typename ElectronicTransactionCodeNumberT = Aws::String>
43 void SetElectronicTransactionCodeNumber(ElectronicTransactionCodeNumberT&& value) {
44 m_electronicTransactionCodeNumberHasBeenSet = true;
45 m_electronicTransactionCodeNumber = std::forward<ElectronicTransactionCodeNumberT>(value);
46 }
47 template <typename ElectronicTransactionCodeNumberT = Aws::String>
48 VietnamAdditionalInfo& WithElectronicTransactionCodeNumber(ElectronicTransactionCodeNumberT&& value) {
49 SetElectronicTransactionCodeNumber(std::forward<ElectronicTransactionCodeNumberT>(value));
50 return *this;
51 }
53
55
59 inline const Aws::String& GetEnterpriseIdentificationNumber() const { return m_enterpriseIdentificationNumber; }
60 inline bool EnterpriseIdentificationNumberHasBeenSet() const { return m_enterpriseIdentificationNumberHasBeenSet; }
61 template <typename EnterpriseIdentificationNumberT = Aws::String>
62 void SetEnterpriseIdentificationNumber(EnterpriseIdentificationNumberT&& value) {
63 m_enterpriseIdentificationNumberHasBeenSet = true;
64 m_enterpriseIdentificationNumber = std::forward<EnterpriseIdentificationNumberT>(value);
65 }
66 template <typename EnterpriseIdentificationNumberT = Aws::String>
67 VietnamAdditionalInfo& WithEnterpriseIdentificationNumber(EnterpriseIdentificationNumberT&& value) {
68 SetEnterpriseIdentificationNumber(std::forward<EnterpriseIdentificationNumberT>(value));
69 return *this;
70 }
72
74
78 inline const Aws::String& GetPaymentVoucherNumber() const { return m_paymentVoucherNumber; }
79 inline bool PaymentVoucherNumberHasBeenSet() const { return m_paymentVoucherNumberHasBeenSet; }
80 template <typename PaymentVoucherNumberT = Aws::String>
81 void SetPaymentVoucherNumber(PaymentVoucherNumberT&& value) {
82 m_paymentVoucherNumberHasBeenSet = true;
83 m_paymentVoucherNumber = std::forward<PaymentVoucherNumberT>(value);
84 }
85 template <typename PaymentVoucherNumberT = Aws::String>
86 VietnamAdditionalInfo& WithPaymentVoucherNumber(PaymentVoucherNumberT&& value) {
87 SetPaymentVoucherNumber(std::forward<PaymentVoucherNumberT>(value));
88 return *this;
89 }
91
93
97 inline const Aws::String& GetPaymentVoucherNumberDate() const { return m_paymentVoucherNumberDate; }
98 inline bool PaymentVoucherNumberDateHasBeenSet() const { return m_paymentVoucherNumberDateHasBeenSet; }
99 template <typename PaymentVoucherNumberDateT = Aws::String>
100 void SetPaymentVoucherNumberDate(PaymentVoucherNumberDateT&& value) {
101 m_paymentVoucherNumberDateHasBeenSet = true;
102 m_paymentVoucherNumberDate = std::forward<PaymentVoucherNumberDateT>(value);
103 }
104 template <typename PaymentVoucherNumberDateT = Aws::String>
105 VietnamAdditionalInfo& WithPaymentVoucherNumberDate(PaymentVoucherNumberDateT&& value) {
106 SetPaymentVoucherNumberDate(std::forward<PaymentVoucherNumberDateT>(value));
107 return *this;
108 }
110 private:
111 Aws::String m_electronicTransactionCodeNumber;
112
113 Aws::String m_enterpriseIdentificationNumber;
114
115 Aws::String m_paymentVoucherNumber;
116
117 Aws::String m_paymentVoucherNumberDate;
118 bool m_electronicTransactionCodeNumberHasBeenSet = false;
119 bool m_enterpriseIdentificationNumberHasBeenSet = false;
120 bool m_paymentVoucherNumberHasBeenSet = false;
121 bool m_paymentVoucherNumberDateHasBeenSet = false;
122};
123
124} // namespace Model
125} // namespace TaxSettings
126} // namespace Aws
void SetPaymentVoucherNumberDate(PaymentVoucherNumberDateT &&value)
VietnamAdditionalInfo & WithEnterpriseIdentificationNumber(EnterpriseIdentificationNumberT &&value)
void SetPaymentVoucherNumber(PaymentVoucherNumberT &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_TAXSETTINGS_API VietnamAdditionalInfo()=default
VietnamAdditionalInfo & WithPaymentVoucherNumber(PaymentVoucherNumberT &&value)
const Aws::String & GetEnterpriseIdentificationNumber() const
void SetEnterpriseIdentificationNumber(EnterpriseIdentificationNumberT &&value)
const Aws::String & GetElectronicTransactionCodeNumber() const
AWS_TAXSETTINGS_API VietnamAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetElectronicTransactionCodeNumber(ElectronicTransactionCodeNumberT &&value)
VietnamAdditionalInfo & WithPaymentVoucherNumberDate(PaymentVoucherNumberDateT &&value)
VietnamAdditionalInfo & WithElectronicTransactionCodeNumber(ElectronicTransactionCodeNumberT &&value)
AWS_TAXSETTINGS_API VietnamAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue