AWS SDK for C++

AWS SDK for C++ Version 1.11.829

Loading...
Searching...
No Matches
PolandAdditionalInfo.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/PolandTaxRegistrationNumberType.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 PolandAdditionalInfo() = default;
32 AWS_TAXSETTINGS_API PolandAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
34 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
41 inline const Aws::String& GetIndividualRegistrationNumber() const { return m_individualRegistrationNumber; }
42 inline bool IndividualRegistrationNumberHasBeenSet() const { return m_individualRegistrationNumberHasBeenSet; }
43 template <typename IndividualRegistrationNumberT = Aws::String>
44 void SetIndividualRegistrationNumber(IndividualRegistrationNumberT&& value) {
45 m_individualRegistrationNumberHasBeenSet = true;
46 m_individualRegistrationNumber = std::forward<IndividualRegistrationNumberT>(value);
47 }
48 template <typename IndividualRegistrationNumberT = Aws::String>
49 PolandAdditionalInfo& WithIndividualRegistrationNumber(IndividualRegistrationNumberT&& value) {
50 SetIndividualRegistrationNumber(std::forward<IndividualRegistrationNumberT>(value));
51 return *this;
52 }
54
56
60 inline bool GetIsGroupVatEnabled() const { return m_isGroupVatEnabled; }
61 inline bool IsGroupVatEnabledHasBeenSet() const { return m_isGroupVatEnabledHasBeenSet; }
62 inline void SetIsGroupVatEnabled(bool value) {
63 m_isGroupVatEnabledHasBeenSet = true;
64 m_isGroupVatEnabled = value;
65 }
68 return *this;
69 }
71
73
78 inline PolandTaxRegistrationNumberType GetTaxRegistrationNumberType() const { return m_taxRegistrationNumberType; }
79 inline bool TaxRegistrationNumberTypeHasBeenSet() const { return m_taxRegistrationNumberTypeHasBeenSet; }
81 m_taxRegistrationNumberTypeHasBeenSet = true;
82 m_taxRegistrationNumberType = value;
83 }
86 return *this;
87 }
89 private:
90 Aws::String m_individualRegistrationNumber;
91
92 bool m_isGroupVatEnabled{false};
93
95 bool m_individualRegistrationNumberHasBeenSet = false;
96 bool m_isGroupVatEnabledHasBeenSet = false;
97 bool m_taxRegistrationNumberTypeHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace TaxSettings
102} // namespace Aws
PolandAdditionalInfo & WithTaxRegistrationNumberType(PolandTaxRegistrationNumberType value)
PolandTaxRegistrationNumberType GetTaxRegistrationNumberType() const
PolandAdditionalInfo & WithIsGroupVatEnabled(bool value)
AWS_TAXSETTINGS_API PolandAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetIndividualRegistrationNumber() const
AWS_TAXSETTINGS_API PolandAdditionalInfo()=default
PolandAdditionalInfo & WithIndividualRegistrationNumber(IndividualRegistrationNumberT &&value)
void SetTaxRegistrationNumberType(PolandTaxRegistrationNumberType value)
AWS_TAXSETTINGS_API PolandAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
void SetIndividualRegistrationNumber(IndividualRegistrationNumberT &&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