AWS SDK for C++

AWS SDK for C++ Version 1.11.829

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
40 inline IndonesiaTaxRegistrationNumberType GetTaxRegistrationNumberType() const { return m_taxRegistrationNumberType; }
41 inline bool TaxRegistrationNumberTypeHasBeenSet() const { return m_taxRegistrationNumberTypeHasBeenSet; }
43 m_taxRegistrationNumberTypeHasBeenSet = true;
44 m_taxRegistrationNumberType = value;
45 }
48 return *this;
49 }
51
53
57 inline const Aws::String& GetPpnExceptionDesignationCode() const { return m_ppnExceptionDesignationCode; }
58 inline bool PpnExceptionDesignationCodeHasBeenSet() const { return m_ppnExceptionDesignationCodeHasBeenSet; }
59 template <typename PpnExceptionDesignationCodeT = Aws::String>
60 void SetPpnExceptionDesignationCode(PpnExceptionDesignationCodeT&& value) {
61 m_ppnExceptionDesignationCodeHasBeenSet = true;
62 m_ppnExceptionDesignationCode = std::forward<PpnExceptionDesignationCodeT>(value);
63 }
64 template <typename PpnExceptionDesignationCodeT = Aws::String>
65 IndonesiaAdditionalInfo& WithPpnExceptionDesignationCode(PpnExceptionDesignationCodeT&& value) {
66 SetPpnExceptionDesignationCode(std::forward<PpnExceptionDesignationCodeT>(value));
67 return *this;
68 }
70
72
77 inline const Aws::String& GetDecisionNumber() const { return m_decisionNumber; }
78 inline bool DecisionNumberHasBeenSet() const { return m_decisionNumberHasBeenSet; }
79 template <typename DecisionNumberT = Aws::String>
80 void SetDecisionNumber(DecisionNumberT&& value) {
81 m_decisionNumberHasBeenSet = true;
82 m_decisionNumber = std::forward<DecisionNumberT>(value);
83 }
84 template <typename DecisionNumberT = Aws::String>
85 IndonesiaAdditionalInfo& WithDecisionNumber(DecisionNumberT&& value) {
86 SetDecisionNumber(std::forward<DecisionNumberT>(value));
87 return *this;
88 }
90 private:
92
93 Aws::String m_ppnExceptionDesignationCode;
94
95 Aws::String m_decisionNumber;
96 bool m_taxRegistrationNumberTypeHasBeenSet = false;
97 bool m_ppnExceptionDesignationCodeHasBeenSet = false;
98 bool m_decisionNumberHasBeenSet = 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