AWS SDK for C++

AWS SDK for C++ Version 1.11.755

Loading...
Searching...
No Matches
IndonesiaAdditionalInfo.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9#include <aws/taxsettings/model/IndonesiaTaxRegistrationNumberType.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace TaxSettings {
21namespace Model {
22
30 public:
31 AWS_TAXSETTINGS_API IndonesiaAdditionalInfo() = default;
34 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
42 inline const Aws::String& GetDecisionNumber() const { return m_decisionNumber; }
43 inline bool DecisionNumberHasBeenSet() const { return m_decisionNumberHasBeenSet; }
44 template <typename DecisionNumberT = Aws::String>
45 void SetDecisionNumber(DecisionNumberT&& value) {
46 m_decisionNumberHasBeenSet = true;
47 m_decisionNumber = std::forward<DecisionNumberT>(value);
48 }
49 template <typename DecisionNumberT = Aws::String>
50 IndonesiaAdditionalInfo& WithDecisionNumber(DecisionNumberT&& value) {
51 SetDecisionNumber(std::forward<DecisionNumberT>(value));
52 return *this;
53 }
55
57
61 inline const Aws::String& GetPpnExceptionDesignationCode() const { return m_ppnExceptionDesignationCode; }
62 inline bool PpnExceptionDesignationCodeHasBeenSet() const { return m_ppnExceptionDesignationCodeHasBeenSet; }
63 template <typename PpnExceptionDesignationCodeT = Aws::String>
64 void SetPpnExceptionDesignationCode(PpnExceptionDesignationCodeT&& value) {
65 m_ppnExceptionDesignationCodeHasBeenSet = true;
66 m_ppnExceptionDesignationCode = std::forward<PpnExceptionDesignationCodeT>(value);
67 }
68 template <typename PpnExceptionDesignationCodeT = Aws::String>
69 IndonesiaAdditionalInfo& WithPpnExceptionDesignationCode(PpnExceptionDesignationCodeT&& value) {
70 SetPpnExceptionDesignationCode(std::forward<PpnExceptionDesignationCodeT>(value));
71 return *this;
72 }
74
76
79 inline IndonesiaTaxRegistrationNumberType GetTaxRegistrationNumberType() const { return m_taxRegistrationNumberType; }
80 inline bool TaxRegistrationNumberTypeHasBeenSet() const { return m_taxRegistrationNumberTypeHasBeenSet; }
82 m_taxRegistrationNumberTypeHasBeenSet = true;
83 m_taxRegistrationNumberType = value;
84 }
87 return *this;
88 }
90 private:
91 Aws::String m_decisionNumber;
92
93 Aws::String m_ppnExceptionDesignationCode;
94
96 bool m_decisionNumberHasBeenSet = false;
97 bool m_ppnExceptionDesignationCodeHasBeenSet = false;
98 bool m_taxRegistrationNumberTypeHasBeenSet = false;
99};
100
101} // namespace Model
102} // namespace TaxSettings
103} // namespace Aws
void SetTaxRegistrationNumberType(IndonesiaTaxRegistrationNumberType value)
IndonesiaAdditionalInfo & WithTaxRegistrationNumberType(IndonesiaTaxRegistrationNumberType value)
AWS_TAXSETTINGS_API IndonesiaAdditionalInfo()=default
IndonesiaAdditionalInfo & WithPpnExceptionDesignationCode(PpnExceptionDesignationCodeT &&value)
IndonesiaTaxRegistrationNumberType GetTaxRegistrationNumberType() const
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
void SetPpnExceptionDesignationCode(PpnExceptionDesignationCodeT &&value)
IndonesiaAdditionalInfo & WithDecisionNumber(DecisionNumberT &&value)
AWS_TAXSETTINGS_API IndonesiaAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API IndonesiaAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue