7#include <aws/wellarchitected/WellArchitected_EXPORTS.h>
8#include <aws/wellarchitected/model/OrganizationSharingStatus.h>
9#include <aws/wellarchitected/model/DiscoveryIntegrationStatus.h>
10#include <aws/wellarchitected/model/AccountJiraConfigurationOutput.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
26namespace WellArchitected
61 template<
typename JiraConfigurationT = AccountJiraConfigurationOutput>
62 void SetJiraConfiguration(JiraConfigurationT&& value) { m_jiraConfigurationHasBeenSet =
true; m_jiraConfiguration = std::forward<JiraConfigurationT>(value); }
63 template<
typename JiraConfigurationT = AccountJiraConfigurationOutput>
70 template<
typename RequestIdT = Aws::String>
71 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
72 template<
typename RequestIdT = Aws::String>
78 bool m_organizationSharingStatusHasBeenSet =
false;
81 bool m_discoveryIntegrationStatusHasBeenSet =
false;
83 AccountJiraConfigurationOutput m_jiraConfiguration;
84 bool m_jiraConfigurationHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
void SetDiscoveryIntegrationStatus(DiscoveryIntegrationStatus value)
DiscoveryIntegrationStatus GetDiscoveryIntegrationStatus() const
void SetRequestId(RequestIdT &&value)
GetGlobalSettingsResult & WithOrganizationSharingStatus(OrganizationSharingStatus value)
AWS_WELLARCHITECTED_API GetGlobalSettingsResult()=default
void SetJiraConfiguration(JiraConfigurationT &&value)
void SetOrganizationSharingStatus(OrganizationSharingStatus value)
GetGlobalSettingsResult & WithDiscoveryIntegrationStatus(DiscoveryIntegrationStatus value)
const AccountJiraConfigurationOutput & GetJiraConfiguration() const
GetGlobalSettingsResult & WithJiraConfiguration(JiraConfigurationT &&value)
AWS_WELLARCHITECTED_API GetGlobalSettingsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetGlobalSettingsResult & WithRequestId(RequestIdT &&value)
AWS_WELLARCHITECTED_API GetGlobalSettingsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
OrganizationSharingStatus GetOrganizationSharingStatus() const
const Aws::String & GetRequestId() const
OrganizationSharingStatus
DiscoveryIntegrationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue