AWS SDK for C++

AWS SDK for C++ Version 1.11.716

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 Industries GetIndustries() const { return m_industries; }
44 inline bool IndustriesHasBeenSet() const { return m_industriesHasBeenSet; }
45 inline void SetIndustries(Industries value) {
46 m_industriesHasBeenSet = true;
47 m_industries = value;
48 }
50 SetIndustries(value);
51 return *this;
52 }
54
56
62 inline const Aws::String& GetKepEmailId() const { return m_kepEmailId; }
63 inline bool KepEmailIdHasBeenSet() const { return m_kepEmailIdHasBeenSet; }
64 template <typename KepEmailIdT = Aws::String>
65 void SetKepEmailId(KepEmailIdT&& value) {
66 m_kepEmailIdHasBeenSet = true;
67 m_kepEmailId = std::forward<KepEmailIdT>(value);
68 }
69 template <typename KepEmailIdT = Aws::String>
70 TurkeyAdditionalInfo& WithKepEmailId(KepEmailIdT&& value) {
71 SetKepEmailId(std::forward<KepEmailIdT>(value));
72 return *this;
73 }
75
77
81 inline const Aws::String& GetSecondaryTaxId() const { return m_secondaryTaxId; }
82 inline bool SecondaryTaxIdHasBeenSet() const { return m_secondaryTaxIdHasBeenSet; }
83 template <typename SecondaryTaxIdT = Aws::String>
84 void SetSecondaryTaxId(SecondaryTaxIdT&& value) {
85 m_secondaryTaxIdHasBeenSet = true;
86 m_secondaryTaxId = std::forward<SecondaryTaxIdT>(value);
87 }
88 template <typename SecondaryTaxIdT = Aws::String>
89 TurkeyAdditionalInfo& WithSecondaryTaxId(SecondaryTaxIdT&& value) {
90 SetSecondaryTaxId(std::forward<SecondaryTaxIdT>(value));
91 return *this;
92 }
94
96
102 inline const Aws::String& GetTaxOffice() const { return m_taxOffice; }
103 inline bool TaxOfficeHasBeenSet() const { return m_taxOfficeHasBeenSet; }
104 template <typename TaxOfficeT = Aws::String>
105 void SetTaxOffice(TaxOfficeT&& value) {
106 m_taxOfficeHasBeenSet = true;
107 m_taxOffice = std::forward<TaxOfficeT>(value);
108 }
109 template <typename TaxOfficeT = Aws::String>
110 TurkeyAdditionalInfo& WithTaxOffice(TaxOfficeT&& value) {
111 SetTaxOffice(std::forward<TaxOfficeT>(value));
112 return *this;
113 }
115 private:
116 Industries m_industries{Industries::NOT_SET};
117
118 Aws::String m_kepEmailId;
119
120 Aws::String m_secondaryTaxId;
121
122 Aws::String m_taxOffice;
123 bool m_industriesHasBeenSet = false;
124 bool m_kepEmailIdHasBeenSet = false;
125 bool m_secondaryTaxIdHasBeenSet = false;
126 bool m_taxOfficeHasBeenSet = 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