AWS SDK for C++

AWS SDK for C++ Version 1.11.829

Loading...
Searching...
No Matches
BelgiumAdditionalInfo.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/taxsettings/TaxSettings_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace TaxSettings {
20namespace Model {
21
29 public:
30 AWS_TAXSETTINGS_API BelgiumAdditionalInfo() = default;
31 AWS_TAXSETTINGS_API BelgiumAdditionalInfo(Aws::Utils::Json::JsonView jsonValue);
33 AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
39 inline const Aws::String& GetPeppolId() const { return m_peppolId; }
40 inline bool PeppolIdHasBeenSet() const { return m_peppolIdHasBeenSet; }
41 template <typename PeppolIdT = Aws::String>
42 void SetPeppolId(PeppolIdT&& value) {
43 m_peppolIdHasBeenSet = true;
44 m_peppolId = std::forward<PeppolIdT>(value);
45 }
46 template <typename PeppolIdT = Aws::String>
47 BelgiumAdditionalInfo& WithPeppolId(PeppolIdT&& value) {
48 SetPeppolId(std::forward<PeppolIdT>(value));
49 return *this;
50 }
52
54
58 inline bool GetIsMercuriusBoxEnabled() const { return m_isMercuriusBoxEnabled; }
59 inline bool IsMercuriusBoxEnabledHasBeenSet() const { return m_isMercuriusBoxEnabledHasBeenSet; }
60 inline void SetIsMercuriusBoxEnabled(bool value) {
61 m_isMercuriusBoxEnabledHasBeenSet = true;
62 m_isMercuriusBoxEnabled = value;
63 }
66 return *this;
67 }
69 private:
70 Aws::String m_peppolId;
71
72 bool m_isMercuriusBoxEnabled{false};
73 bool m_peppolIdHasBeenSet = false;
74 bool m_isMercuriusBoxEnabledHasBeenSet = false;
75};
76
77} // namespace Model
78} // namespace TaxSettings
79} // namespace Aws
AWS_TAXSETTINGS_API BelgiumAdditionalInfo(Aws::Utils::Json::JsonView jsonValue)
BelgiumAdditionalInfo & WithPeppolId(PeppolIdT &&value)
AWS_TAXSETTINGS_API BelgiumAdditionalInfo()=default
AWS_TAXSETTINGS_API BelgiumAdditionalInfo & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_TAXSETTINGS_API Aws::Utils::Json::JsonValue Jsonize() const
BelgiumAdditionalInfo & WithIsMercuriusBoxEnabled(bool value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue