AWS SDK for C++

AWS SDK for C++ Version 1.11.829

Loading...
Searching...
No Matches
TurkeyAdditionalInfo.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/Industries.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 TurkeyAdditionalInfo() = default;
32 AWS_TAXSETTINGS_API TurkeyAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
43 inline const Aws::String& GetTaxOffice() const { return m_taxOffice; }
44 inline bool TaxOfficeHasBeenSet() const { return m_taxOfficeHasBeenSet; }
45 template <typename TaxOfficeT = Aws::String>
46 void SetTaxOffice(TaxOfficeT&& value) {
47 m_taxOfficeHasBeenSet = true;
48 m_taxOffice = std::forward<TaxOfficeT>(value);
49 }
50 template <typename TaxOfficeT = Aws::String>
51 TurkeyAdditionalInfo& WithTaxOffice(TaxOfficeT&& value) {
52 SetTaxOffice(std::forward<TaxOfficeT>(value));
53 return *this;
54 }
56
58
64 inline const Aws::String& GetKepEmailId() const { return m_kepEmailId; }
65 inline bool KepEmailIdHasBeenSet() const { return m_kepEmailIdHasBeenSet; }
66 template <typename KepEmailIdT = Aws::String>
67 void SetKepEmailId(KepEmailIdT&& value) {
68 m_kepEmailIdHasBeenSet = true;
69 m_kepEmailId = std::forward<KepEmailIdT>(value);
70 }
71 template <typename KepEmailIdT = Aws::String>
72 TurkeyAdditionalInfo& WithKepEmailId(KepEmailIdT&& value) {
73 SetKepEmailId(std::forward<KepEmailIdT>(value));
74 return *this;
75 }
77
79
83 inline const Aws::String& GetSecondaryTaxId() const { return m_secondaryTaxId; }
84 inline bool SecondaryTaxIdHasBeenSet() const { return m_secondaryTaxIdHasBeenSet; }
85 template <typename SecondaryTaxIdT = Aws::String>
86 void SetSecondaryTaxId(SecondaryTaxIdT&& value) {
87 m_secondaryTaxIdHasBeenSet = true;
88 m_secondaryTaxId = std::forward<SecondaryTaxIdT>(value);
89 }
90 template <typename SecondaryTaxIdT = Aws::String>
91 TurkeyAdditionalInfo& WithSecondaryTaxId(SecondaryTaxIdT&& value) {
92 SetSecondaryTaxId(std::forward<SecondaryTaxIdT>(value));
93 return *this;
94 }
96
98
104 inline Industries GetIndustries() const { return m_industries; }
105 inline bool IndustriesHasBeenSet() const { return m_industriesHasBeenSet; }
106 inline void SetIndustries(Industries value) {
107 m_industriesHasBeenSet = true;
108 m_industries = value;
109 }
111 SetIndustries(value);
112 return *this;
113 }
115 private:
116 Aws::String m_taxOffice;
117
118 Aws::String m_kepEmailId;
119
120 Aws::String m_secondaryTaxId;
121
122 Industries m_industries{Industries::NOT_SET};
123 bool m_taxOfficeHasBeenSet = false;
124 bool m_kepEmailIdHasBeenSet = false;
125 bool m_secondaryTaxIdHasBeenSet = false;
126 bool m_industriesHasBeenSet = false;
127};
128
129} // namespace Model
130} // namespace TaxSettings
131} // namespace Aws
TurkeyAdditionalInfo & WithKepEmailId(KepEmailIdT &&value)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo()=default
AWS_TAXSETTINGS_API TurkeyAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
TurkeyAdditionalInfo & WithTaxOffice(TaxOfficeT &&value)
TurkeyAdditionalInfo & WithSecondaryTaxId(SecondaryTaxIdT &&value)
TurkeyAdditionalInfo & WithIndustries(Industries value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue