AWS SDK for C++

AWS SDK for C++ Version 1.11.440

Loading...
Searching...
No Matches
SouthKoreaAdditionalInfo.h
1
6#pragma once
7#include <aws/taxsettings/TaxSettings_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace TaxSettings
22{
23namespace Model
24{
25
33 {
34 public:
35 AWS_TAXSETTINGS_API SouthKoreaAdditionalInfo();
38 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
46 inline const Aws::String& GetBusinessRepresentativeName() const{ return m_businessRepresentativeName; }
47 inline bool BusinessRepresentativeNameHasBeenSet() const { return m_businessRepresentativeNameHasBeenSet; }
48 inline void SetBusinessRepresentativeName(const Aws::String& value) { m_businessRepresentativeNameHasBeenSet = true; m_businessRepresentativeName = value; }
49 inline void SetBusinessRepresentativeName(Aws::String&& value) { m_businessRepresentativeNameHasBeenSet = true; m_businessRepresentativeName = std::move(value); }
50 inline void SetBusinessRepresentativeName(const char* value) { m_businessRepresentativeNameHasBeenSet = true; m_businessRepresentativeName.assign(value); }
55
57
61 inline const Aws::String& GetItemOfBusiness() const{ return m_itemOfBusiness; }
62 inline bool ItemOfBusinessHasBeenSet() const { return m_itemOfBusinessHasBeenSet; }
63 inline void SetItemOfBusiness(const Aws::String& value) { m_itemOfBusinessHasBeenSet = true; m_itemOfBusiness = value; }
64 inline void SetItemOfBusiness(Aws::String&& value) { m_itemOfBusinessHasBeenSet = true; m_itemOfBusiness = std::move(value); }
65 inline void SetItemOfBusiness(const char* value) { m_itemOfBusinessHasBeenSet = true; m_itemOfBusiness.assign(value); }
66 inline SouthKoreaAdditionalInfo& WithItemOfBusiness(const Aws::String& value) { SetItemOfBusiness(value); return *this;}
67 inline SouthKoreaAdditionalInfo& WithItemOfBusiness(Aws::String&& value) { SetItemOfBusiness(std::move(value)); return *this;}
68 inline SouthKoreaAdditionalInfo& WithItemOfBusiness(const char* value) { SetItemOfBusiness(value); return *this;}
70
72
76 inline const Aws::String& GetLineOfBusiness() const{ return m_lineOfBusiness; }
77 inline bool LineOfBusinessHasBeenSet() const { return m_lineOfBusinessHasBeenSet; }
78 inline void SetLineOfBusiness(const Aws::String& value) { m_lineOfBusinessHasBeenSet = true; m_lineOfBusiness = value; }
79 inline void SetLineOfBusiness(Aws::String&& value) { m_lineOfBusinessHasBeenSet = true; m_lineOfBusiness = std::move(value); }
80 inline void SetLineOfBusiness(const char* value) { m_lineOfBusinessHasBeenSet = true; m_lineOfBusiness.assign(value); }
81 inline SouthKoreaAdditionalInfo& WithLineOfBusiness(const Aws::String& value) { SetLineOfBusiness(value); return *this;}
82 inline SouthKoreaAdditionalInfo& WithLineOfBusiness(Aws::String&& value) { SetLineOfBusiness(std::move(value)); return *this;}
83 inline SouthKoreaAdditionalInfo& WithLineOfBusiness(const char* value) { SetLineOfBusiness(value); return *this;}
85 private:
86
87 Aws::String m_businessRepresentativeName;
88 bool m_businessRepresentativeNameHasBeenSet = false;
89
90 Aws::String m_itemOfBusiness;
91 bool m_itemOfBusinessHasBeenSet = false;
92
93 Aws::String m_lineOfBusiness;
94 bool m_lineOfBusinessHasBeenSet = false;
95 };
96
97} // namespace Model
98} // namespace TaxSettings
99} // namespace Aws
SouthKoreaAdditionalInfo & WithLineOfBusiness(Aws::String &&value)
SouthKoreaAdditionalInfo & WithLineOfBusiness(const char *value)
SouthKoreaAdditionalInfo & WithBusinessRepresentativeName(Aws::String &&value)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
SouthKoreaAdditionalInfo & WithItemOfBusiness(const char *value)
SouthKoreaAdditionalInfo & WithBusinessRepresentativeName(const Aws::String &value)
SouthKoreaAdditionalInfo & WithLineOfBusiness(const Aws::String &value)
SouthKoreaAdditionalInfo & WithBusinessRepresentativeName(const char *value)
AWS_TAXSETTINGS_API SouthKoreaAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
SouthKoreaAdditionalInfo & WithItemOfBusiness(Aws::String &&value)
AWS_TAXSETTINGS_API SouthKoreaAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
SouthKoreaAdditionalInfo & WithItemOfBusiness(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue