AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
TurkeyAdditionalInfo.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/taxsettings/model/Industries.h>
9#include <aws/core/utils/memory/stl/AWSString.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 TurkeyAdditionalInfo() = default;
37 AWS_TAXSETTINGS_API TurkeyAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
39 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
49 inline Industries GetIndustries() const { return m_industries; }
50 inline bool IndustriesHasBeenSet() const { return m_industriesHasBeenSet; }
51 inline void SetIndustries(Industries value) { m_industriesHasBeenSet = true; m_industries = value; }
52 inline TurkeyAdditionalInfo& WithIndustries(Industries value) { SetIndustries(value); return *this;}
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) { m_kepEmailIdHasBeenSet = true; m_kepEmailId = std::forward<KepEmailIdT>(value); }
66 template<typename KepEmailIdT = Aws::String>
67 TurkeyAdditionalInfo& WithKepEmailId(KepEmailIdT&& value) { SetKepEmailId(std::forward<KepEmailIdT>(value)); return *this;}
69
71
75 inline const Aws::String& GetSecondaryTaxId() const { return m_secondaryTaxId; }
76 inline bool SecondaryTaxIdHasBeenSet() const { return m_secondaryTaxIdHasBeenSet; }
77 template<typename SecondaryTaxIdT = Aws::String>
78 void SetSecondaryTaxId(SecondaryTaxIdT&& value) { m_secondaryTaxIdHasBeenSet = true; m_secondaryTaxId = std::forward<SecondaryTaxIdT>(value); }
79 template<typename SecondaryTaxIdT = Aws::String>
80 TurkeyAdditionalInfo& WithSecondaryTaxId(SecondaryTaxIdT&& value) { SetSecondaryTaxId(std::forward<SecondaryTaxIdT>(value)); return *this;}
82
84
90 inline const Aws::String& GetTaxOffice() const { return m_taxOffice; }
91 inline bool TaxOfficeHasBeenSet() const { return m_taxOfficeHasBeenSet; }
92 template<typename TaxOfficeT = Aws::String>
93 void SetTaxOffice(TaxOfficeT&& value) { m_taxOfficeHasBeenSet = true; m_taxOffice = std::forward<TaxOfficeT>(value); }
94 template<typename TaxOfficeT = Aws::String>
95 TurkeyAdditionalInfo& WithTaxOffice(TaxOfficeT&& value) { SetTaxOffice(std::forward<TaxOfficeT>(value)); return *this;}
97 private:
98
99 Industries m_industries{Industries::NOT_SET};
100 bool m_industriesHasBeenSet = false;
101
102 Aws::String m_kepEmailId;
103 bool m_kepEmailIdHasBeenSet = false;
104
105 Aws::String m_secondaryTaxId;
106 bool m_secondaryTaxIdHasBeenSet = false;
107
108 Aws::String m_taxOffice;
109 bool m_taxOfficeHasBeenSet = false;
110 };
111
112} // namespace Model
113} // namespace TaxSettings
114} // 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