AWS SDK for C++

AWS SDK for C++ Version 1.11.612

Loading...
Searching...
No Matches
WorkloadJiraConfigurationInput.h
1
6#pragma once
7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/model/WorkloadIssueManagementStatus.h>
9#include <aws/wellarchitected/model/IssueManagementType.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace WellArchitected
24{
25namespace Model
26{
27
35 {
36 public:
37 AWS_WELLARCHITECTED_API WorkloadJiraConfigurationInput() = default;
40 AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const;
41
42
44
47 inline WorkloadIssueManagementStatus GetIssueManagementStatus() const { return m_issueManagementStatus; }
48 inline bool IssueManagementStatusHasBeenSet() const { return m_issueManagementStatusHasBeenSet; }
49 inline void SetIssueManagementStatus(WorkloadIssueManagementStatus value) { m_issueManagementStatusHasBeenSet = true; m_issueManagementStatus = value; }
52
54
57 inline IssueManagementType GetIssueManagementType() const { return m_issueManagementType; }
58 inline bool IssueManagementTypeHasBeenSet() const { return m_issueManagementTypeHasBeenSet; }
59 inline void SetIssueManagementType(IssueManagementType value) { m_issueManagementTypeHasBeenSet = true; m_issueManagementType = value; }
62
64
67 inline const Aws::String& GetJiraProjectKey() const { return m_jiraProjectKey; }
68 inline bool JiraProjectKeyHasBeenSet() const { return m_jiraProjectKeyHasBeenSet; }
69 template<typename JiraProjectKeyT = Aws::String>
70 void SetJiraProjectKey(JiraProjectKeyT&& value) { m_jiraProjectKeyHasBeenSet = true; m_jiraProjectKey = std::forward<JiraProjectKeyT>(value); }
71 template<typename JiraProjectKeyT = Aws::String>
72 WorkloadJiraConfigurationInput& WithJiraProjectKey(JiraProjectKeyT&& value) { SetJiraProjectKey(std::forward<JiraProjectKeyT>(value)); return *this;}
74 private:
75
77 bool m_issueManagementStatusHasBeenSet = false;
78
80 bool m_issueManagementTypeHasBeenSet = false;
81
82 Aws::String m_jiraProjectKey;
83 bool m_jiraProjectKeyHasBeenSet = false;
84 };
85
86} // namespace Model
87} // namespace WellArchitected
88} // namespace Aws
WorkloadJiraConfigurationInput & WithIssueManagementType(IssueManagementType value)
AWS_WELLARCHITECTED_API WorkloadJiraConfigurationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
WorkloadJiraConfigurationInput & WithJiraProjectKey(JiraProjectKeyT &&value)
AWS_WELLARCHITECTED_API WorkloadJiraConfigurationInput()=default
WorkloadJiraConfigurationInput & WithIssueManagementStatus(WorkloadIssueManagementStatus value)
AWS_WELLARCHITECTED_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_WELLARCHITECTED_API WorkloadJiraConfigurationInput(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue