AWS SDK for C++

AWS SDK for C++ Version 1.11.687

Loading...
Searching...
No Matches
AccountJiraConfigurationOutput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
9#include <aws/wellarchitected/model/AccountJiraIssueManagementStatus.h>
10#include <aws/wellarchitected/model/IntegrationStatus.h>
11#include <aws/wellarchitected/model/IssueManagementType.h>
12
13#include <utility>
14
15namespace Aws {
16namespace Utils {
17namespace Json {
18class JsonValue;
19class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace WellArchitected {
23namespace Model {
24
32 public:
33 AWS_WELLARCHITECTED_API AccountJiraConfigurationOutput() = default;
36 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
37
39
42 inline IntegrationStatus GetIntegrationStatus() const { return m_integrationStatus; }
43 inline bool IntegrationStatusHasBeenSet() const { return m_integrationStatusHasBeenSet; }
45 m_integrationStatusHasBeenSet = true;
46 m_integrationStatus = value;
47 }
50 return *this;
51 }
53
55
58 inline AccountJiraIssueManagementStatus GetIssueManagementStatus() const { return m_issueManagementStatus; }
59 inline bool IssueManagementStatusHasBeenSet() const { return m_issueManagementStatusHasBeenSet; }
61 m_issueManagementStatusHasBeenSet = true;
62 m_issueManagementStatus = value;
63 }
66 return *this;
67 }
69
71
74 inline IssueManagementType GetIssueManagementType() const { return m_issueManagementType; }
75 inline bool IssueManagementTypeHasBeenSet() const { return m_issueManagementTypeHasBeenSet; }
77 m_issueManagementTypeHasBeenSet = true;
78 m_issueManagementType = value;
79 }
82 return *this;
83 }
85
87
90 inline const Aws::String& GetSubdomain() const { return m_subdomain; }
91 inline bool SubdomainHasBeenSet() const { return m_subdomainHasBeenSet; }
92 template <typename SubdomainT = Aws::String>
93 void SetSubdomain(SubdomainT&& value) {
94 m_subdomainHasBeenSet = true;
95 m_subdomain = std::forward<SubdomainT>(value);
96 }
97 template <typename SubdomainT = Aws::String>
99 SetSubdomain(std::forward<SubdomainT>(value));
100 return *this;
101 }
103
105
108 inline const Aws::String& GetJiraProjectKey() const { return m_jiraProjectKey; }
109 inline bool JiraProjectKeyHasBeenSet() const { return m_jiraProjectKeyHasBeenSet; }
110 template <typename JiraProjectKeyT = Aws::String>
111 void SetJiraProjectKey(JiraProjectKeyT&& value) {
112 m_jiraProjectKeyHasBeenSet = true;
113 m_jiraProjectKey = std::forward<JiraProjectKeyT>(value);
114 }
115 template <typename JiraProjectKeyT = Aws::String>
117 SetJiraProjectKey(std::forward<JiraProjectKeyT>(value));
118 return *this;
119 }
121
123
126 inline const Aws::String& GetStatusMessage() const { return m_statusMessage; }
127 inline bool StatusMessageHasBeenSet() const { return m_statusMessageHasBeenSet; }
128 template <typename StatusMessageT = Aws::String>
129 void SetStatusMessage(StatusMessageT&& value) {
130 m_statusMessageHasBeenSet = true;
131 m_statusMessage = std::forward<StatusMessageT>(value);
132 }
133 template <typename StatusMessageT = Aws::String>
135 SetStatusMessage(std::forward<StatusMessageT>(value));
136 return *this;
137 }
139 private:
141 bool m_integrationStatusHasBeenSet = false;
142
144 bool m_issueManagementStatusHasBeenSet = false;
145
147 bool m_issueManagementTypeHasBeenSet = false;
148
149 Aws::String m_subdomain;
150 bool m_subdomainHasBeenSet = false;
151
152 Aws::String m_jiraProjectKey;
153 bool m_jiraProjectKeyHasBeenSet = false;
154
155 Aws::String m_statusMessage;
156 bool m_statusMessageHasBeenSet = false;
157};
158
159} // namespace Model
160} // namespace WellArchitected
161} // namespace Aws
AccountJiraConfigurationOutput & WithIntegrationStatus(IntegrationStatus value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API AccountJiraConfigurationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AccountJiraConfigurationOutput & WithStatusMessage(StatusMessageT &&value)
AWS_WELLARCHITECTED_API AccountJiraConfigurationOutput(Aws::Utils::Json::JsonView jsonValue)
void SetIssueManagementStatus(AccountJiraIssueManagementStatus value)
AccountJiraConfigurationOutput & WithIssueManagementType(IssueManagementType value)
AccountJiraConfigurationOutput & WithSubdomain(SubdomainT &&value)
AccountJiraConfigurationOutput & WithJiraProjectKey(JiraProjectKeyT &&value)
AccountJiraConfigurationOutput & WithIssueManagementStatus(AccountJiraIssueManagementStatus value)
AWS_WELLARCHITECTED_API AccountJiraConfigurationOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue