AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
IndonesiaAdditionalInfo.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/taxsettings/model/IndonesiaTaxRegistrationNumberType.h>
10#include <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace TaxSettings
23{
24namespace Model
25{
26
34 {
35 public:
36 AWS_TAXSETTINGS_API IndonesiaAdditionalInfo() = default;
39 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
48 inline const Aws::String& GetDecisionNumber() const { return m_decisionNumber; }
49 inline bool DecisionNumberHasBeenSet() const { return m_decisionNumberHasBeenSet; }
50 template<typename DecisionNumberT = Aws::String>
51 void SetDecisionNumber(DecisionNumberT&& value) { m_decisionNumberHasBeenSet = true; m_decisionNumber = std::forward<DecisionNumberT>(value); }
52 template<typename DecisionNumberT = Aws::String>
53 IndonesiaAdditionalInfo& WithDecisionNumber(DecisionNumberT&& value) { SetDecisionNumber(std::forward<DecisionNumberT>(value)); return *this;}
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) { m_ppnExceptionDesignationCodeHasBeenSet = true; m_ppnExceptionDesignationCode = std::forward<PpnExceptionDesignationCodeT>(value); }
65 template<typename PpnExceptionDesignationCodeT = Aws::String>
66 IndonesiaAdditionalInfo& WithPpnExceptionDesignationCode(PpnExceptionDesignationCodeT&& value) { SetPpnExceptionDesignationCode(std::forward<PpnExceptionDesignationCodeT>(value)); return *this;}
68
70
73 inline IndonesiaTaxRegistrationNumberType GetTaxRegistrationNumberType() const { return m_taxRegistrationNumberType; }
74 inline bool TaxRegistrationNumberTypeHasBeenSet() const { return m_taxRegistrationNumberTypeHasBeenSet; }
75 inline void SetTaxRegistrationNumberType(IndonesiaTaxRegistrationNumberType value) { m_taxRegistrationNumberTypeHasBeenSet = true; m_taxRegistrationNumberType = value; }
78 private:
79
80 Aws::String m_decisionNumber;
81 bool m_decisionNumberHasBeenSet = false;
82
83 Aws::String m_ppnExceptionDesignationCode;
84 bool m_ppnExceptionDesignationCodeHasBeenSet = false;
85
87 bool m_taxRegistrationNumberTypeHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace TaxSettings
92} // 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