AWS SDK for C++

AWS SDK for C++ Version 1.11.845

Loading...
Searching...
No Matches
ConfluenceResourceCapabilities.h
1
6#pragma once
7#include <aws/securityagent/SecurityAgent_EXPORTS.h>
8
9namespace Aws {
10namespace Utils {
11namespace Json {
12class JsonValue;
13class JsonView;
14} // namespace Json
15} // namespace Utils
16namespace SecurityAgent {
17namespace Model {
18
26 public:
27 AWS_SECURITYAGENT_API ConfluenceResourceCapabilities() = default;
30 AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
31
33
36 inline bool GetFetchDocument() const { return m_fetchDocument; }
37 inline bool FetchDocumentHasBeenSet() const { return m_fetchDocumentHasBeenSet; }
38 inline void SetFetchDocument(bool value) {
39 m_fetchDocumentHasBeenSet = true;
40 m_fetchDocument = value;
41 }
43 SetFetchDocument(value);
44 return *this;
45 }
47
49
52 inline bool GetCreateDocument() const { return m_createDocument; }
53 inline bool CreateDocumentHasBeenSet() const { return m_createDocumentHasBeenSet; }
54 inline void SetCreateDocument(bool value) {
55 m_createDocumentHasBeenSet = true;
56 m_createDocument = value;
57 }
59 SetCreateDocument(value);
60 return *this;
61 }
63
65
68 inline bool GetUpdateDocument() const { return m_updateDocument; }
69 inline bool UpdateDocumentHasBeenSet() const { return m_updateDocumentHasBeenSet; }
70 inline void SetUpdateDocument(bool value) {
71 m_updateDocumentHasBeenSet = true;
72 m_updateDocument = value;
73 }
75 SetUpdateDocument(value);
76 return *this;
77 }
79 private:
80 bool m_fetchDocument{false};
81
82 bool m_createDocument{false};
83
84 bool m_updateDocument{false};
85 bool m_fetchDocumentHasBeenSet = false;
86 bool m_createDocumentHasBeenSet = false;
87 bool m_updateDocumentHasBeenSet = false;
88};
89
90} // namespace Model
91} // namespace SecurityAgent
92} // namespace Aws
AWS_SECURITYAGENT_API ConfluenceResourceCapabilities & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API ConfluenceResourceCapabilities()=default
AWS_SECURITYAGENT_API ConfluenceResourceCapabilities(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
Aws::Utils::Json::JsonValue JsonValue