AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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();
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 const Industries& GetIndustries() const{ return m_industries; }
50 inline bool IndustriesHasBeenSet() const { return m_industriesHasBeenSet; }
51 inline void SetIndustries(const Industries& value) { m_industriesHasBeenSet = true; m_industries = value; }
52 inline void SetIndustries(Industries&& value) { m_industriesHasBeenSet = true; m_industries = std::move(value); }
53 inline TurkeyAdditionalInfo& WithIndustries(const Industries& value) { SetIndustries(value); return *this;}
54 inline TurkeyAdditionalInfo& WithIndustries(Industries&& value) { SetIndustries(std::move(value)); return *this;}
56
58
64 inline const Aws::String& GetKepEmailId() const{ return m_kepEmailId; }
65 inline bool KepEmailIdHasBeenSet() const { return m_kepEmailIdHasBeenSet; }
66 inline void SetKepEmailId(const Aws::String& value) { m_kepEmailIdHasBeenSet = true; m_kepEmailId = value; }
67 inline void SetKepEmailId(Aws::String&& value) { m_kepEmailIdHasBeenSet = true; m_kepEmailId = std::move(value); }
68 inline void SetKepEmailId(const char* value) { m_kepEmailIdHasBeenSet = true; m_kepEmailId.assign(value); }
69 inline TurkeyAdditionalInfo& WithKepEmailId(const Aws::String& value) { SetKepEmailId(value); return *this;}
70 inline TurkeyAdditionalInfo& WithKepEmailId(Aws::String&& value) { SetKepEmailId(std::move(value)); return *this;}
71 inline TurkeyAdditionalInfo& WithKepEmailId(const char* value) { SetKepEmailId(value); return *this;}
73
75
79 inline const Aws::String& GetSecondaryTaxId() const{ return m_secondaryTaxId; }
80 inline bool SecondaryTaxIdHasBeenSet() const { return m_secondaryTaxIdHasBeenSet; }
81 inline void SetSecondaryTaxId(const Aws::String& value) { m_secondaryTaxIdHasBeenSet = true; m_secondaryTaxId = value; }
82 inline void SetSecondaryTaxId(Aws::String&& value) { m_secondaryTaxIdHasBeenSet = true; m_secondaryTaxId = std::move(value); }
83 inline void SetSecondaryTaxId(const char* value) { m_secondaryTaxIdHasBeenSet = true; m_secondaryTaxId.assign(value); }
84 inline TurkeyAdditionalInfo& WithSecondaryTaxId(const Aws::String& value) { SetSecondaryTaxId(value); return *this;}
85 inline TurkeyAdditionalInfo& WithSecondaryTaxId(Aws::String&& value) { SetSecondaryTaxId(std::move(value)); return *this;}
86 inline TurkeyAdditionalInfo& WithSecondaryTaxId(const char* value) { SetSecondaryTaxId(value); return *this;}
88
90
96 inline const Aws::String& GetTaxOffice() const{ return m_taxOffice; }
97 inline bool TaxOfficeHasBeenSet() const { return m_taxOfficeHasBeenSet; }
98 inline void SetTaxOffice(const Aws::String& value) { m_taxOfficeHasBeenSet = true; m_taxOffice = value; }
99 inline void SetTaxOffice(Aws::String&& value) { m_taxOfficeHasBeenSet = true; m_taxOffice = std::move(value); }
100 inline void SetTaxOffice(const char* value) { m_taxOfficeHasBeenSet = true; m_taxOffice.assign(value); }
101 inline TurkeyAdditionalInfo& WithTaxOffice(const Aws::String& value) { SetTaxOffice(value); return *this;}
102 inline TurkeyAdditionalInfo& WithTaxOffice(Aws::String&& value) { SetTaxOffice(std::move(value)); return *this;}
103 inline TurkeyAdditionalInfo& WithTaxOffice(const char* value) { SetTaxOffice(value); return *this;}
105 private:
106
107 Industries m_industries;
108 bool m_industriesHasBeenSet = false;
109
110 Aws::String m_kepEmailId;
111 bool m_kepEmailIdHasBeenSet = false;
112
113 Aws::String m_secondaryTaxId;
114 bool m_secondaryTaxIdHasBeenSet = false;
115
116 Aws::String m_taxOffice;
117 bool m_taxOfficeHasBeenSet = false;
118 };
119
120} // namespace Model
121} // namespace TaxSettings
122} // namespace Aws
TurkeyAdditionalInfo & WithIndustries(Industries &&value)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
TurkeyAdditionalInfo & WithKepEmailId(Aws::String &&value)
TurkeyAdditionalInfo & WithTaxOffice(Aws::String &&value)
TurkeyAdditionalInfo & WithSecondaryTaxId(Aws::String &&value)
TurkeyAdditionalInfo & WithTaxOffice(const Aws::String &value)
TurkeyAdditionalInfo & WithKepEmailId(const Aws::String &value)
AWS_TAXSETTINGS_API TurkeyAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
TurkeyAdditionalInfo & WithSecondaryTaxId(const char *value)
TurkeyAdditionalInfo & WithKepEmailId(const char *value)
TurkeyAdditionalInfo & WithIndustries(const Industries &value)
TurkeyAdditionalInfo & WithSecondaryTaxId(const Aws::String &value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
TurkeyAdditionalInfo & WithTaxOffice(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue