7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/securityhub/SecurityHub_EXPORTS.h>
9#include <aws/securityhub/model/ConnectorAuthStatus.h>
42 template <
typename CloudIdT = Aws::String>
44 m_cloudIdHasBeenSet =
true;
45 m_cloudId = std::forward<CloudIdT>(value);
47 template <
typename CloudIdT = Aws::String>
60 template <
typename ProjectKeyT = Aws::String>
62 m_projectKeyHasBeenSet =
true;
63 m_projectKey = std::forward<ProjectKeyT>(value);
65 template <
typename ProjectKeyT = Aws::String>
78 template <
typename DomainT = Aws::String>
80 m_domainHasBeenSet =
true;
81 m_domain = std::forward<DomainT>(value);
83 template <
typename DomainT = Aws::String>
96 template <
typename AuthUrlT = Aws::String>
98 m_authUrlHasBeenSet =
true;
99 m_authUrl = std::forward<AuthUrlT>(value);
101 template <
typename AuthUrlT = Aws::String>
115 m_authStatusHasBeenSet =
true;
116 m_authStatus = value;
133 bool m_cloudIdHasBeenSet =
false;
134 bool m_projectKeyHasBeenSet =
false;
135 bool m_domainHasBeenSet =
false;
136 bool m_authUrlHasBeenSet =
false;
137 bool m_authStatusHasBeenSet =
false;
AWS_SECURITYHUB_API JiraCloudDetail(Aws::Utils::Json::JsonView jsonValue)
void SetProjectKey(ProjectKeyT &&value)
bool AuthUrlHasBeenSet() const
JiraCloudDetail & WithCloudId(CloudIdT &&value)
AWS_SECURITYHUB_API JiraCloudDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAuthStatus(ConnectorAuthStatus value)
JiraCloudDetail & WithAuthStatus(ConnectorAuthStatus value)
bool CloudIdHasBeenSet() const
ConnectorAuthStatus GetAuthStatus() const
void SetDomain(DomainT &&value)
const Aws::String & GetProjectKey() const
JiraCloudDetail & WithAuthUrl(AuthUrlT &&value)
const Aws::String & GetCloudId() const
bool AuthStatusHasBeenSet() const
const Aws::String & GetDomain() const
JiraCloudDetail & WithDomain(DomainT &&value)
const Aws::String & GetAuthUrl() const
void SetAuthUrl(AuthUrlT &&value)
JiraCloudDetail & WithProjectKey(ProjectKeyT &&value)
bool ProjectKeyHasBeenSet() const
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCloudId(CloudIdT &&value)
bool DomainHasBeenSet() const
AWS_SECURITYHUB_API JiraCloudDetail()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue