AWS SDK for C++

AWS SDK for C++ Version 1.11.844

Loading...
Searching...
No Matches
ConfluenceIntegrationInput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityagent/SecurityAgent_EXPORTS.h>
9
10#include <utility>
11
12namespace Aws {
13namespace Utils {
14namespace Json {
15class JsonValue;
16class JsonView;
17} // namespace Json
18} // namespace Utils
19namespace SecurityAgent {
20namespace Model {
21
29 public:
30 AWS_SECURITYAGENT_API ConfluenceIntegrationInput() = default;
33 AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const;
34
36
40 inline const Aws::String& GetInstallationId() const { return m_installationId; }
41 inline bool InstallationIdHasBeenSet() const { return m_installationIdHasBeenSet; }
42 template <typename InstallationIdT = Aws::String>
43 void SetInstallationId(InstallationIdT&& value) {
44 m_installationIdHasBeenSet = true;
45 m_installationId = std::forward<InstallationIdT>(value);
46 }
47 template <typename InstallationIdT = Aws::String>
49 SetInstallationId(std::forward<InstallationIdT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetCode() const { return m_code; }
59 inline bool CodeHasBeenSet() const { return m_codeHasBeenSet; }
60 template <typename CodeT = Aws::String>
61 void SetCode(CodeT&& value) {
62 m_codeHasBeenSet = true;
63 m_code = std::forward<CodeT>(value);
64 }
65 template <typename CodeT = Aws::String>
67 SetCode(std::forward<CodeT>(value));
68 return *this;
69 }
71
73
76 inline const Aws::String& GetState() const { return m_state; }
77 inline bool StateHasBeenSet() const { return m_stateHasBeenSet; }
78 template <typename StateT = Aws::String>
79 void SetState(StateT&& value) {
80 m_stateHasBeenSet = true;
81 m_state = std::forward<StateT>(value);
82 }
83 template <typename StateT = Aws::String>
85 SetState(std::forward<StateT>(value));
86 return *this;
87 }
89
91
94 inline const Aws::String& GetSiteUrl() const { return m_siteUrl; }
95 inline bool SiteUrlHasBeenSet() const { return m_siteUrlHasBeenSet; }
96 template <typename SiteUrlT = Aws::String>
97 void SetSiteUrl(SiteUrlT&& value) {
98 m_siteUrlHasBeenSet = true;
99 m_siteUrl = std::forward<SiteUrlT>(value);
100 }
101 template <typename SiteUrlT = Aws::String>
103 SetSiteUrl(std::forward<SiteUrlT>(value));
104 return *this;
105 }
107 private:
108 Aws::String m_installationId;
109
110 Aws::String m_code;
111
112 Aws::String m_state;
113
114 Aws::String m_siteUrl;
115 bool m_installationIdHasBeenSet = false;
116 bool m_codeHasBeenSet = false;
117 bool m_stateHasBeenSet = false;
118 bool m_siteUrlHasBeenSet = false;
119};
120
121} // namespace Model
122} // namespace SecurityAgent
123} // namespace Aws
AWS_SECURITYAGENT_API ConfluenceIntegrationInput(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API ConfluenceIntegrationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_SECURITYAGENT_API ConfluenceIntegrationInput()=default
ConfluenceIntegrationInput & WithSiteUrl(SiteUrlT &&value)
ConfluenceIntegrationInput & WithState(StateT &&value)
ConfluenceIntegrationInput & WithInstallationId(InstallationIdT &&value)
AWS_SECURITYAGENT_API Aws::Utils::Json::JsonValue Jsonize() const
ConfluenceIntegrationInput & WithCode(CodeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue