7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename ProjectKeyT = Aws::String>
48 void SetProjectKey(ProjectKeyT&& value) { m_projectKeyHasBeenSet =
true; m_projectKey = std::forward<ProjectKeyT>(value); }
49 template<
typename ProjectKeyT = Aws::String>
55 bool m_projectKeyHasBeenSet =
false;
JiraCloudUpdateConfiguration & WithProjectKey(ProjectKeyT &&value)
void SetProjectKey(ProjectKeyT &&value)
bool ProjectKeyHasBeenSet() const
AWS_SECURITYHUB_API JiraCloudUpdateConfiguration()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API JiraCloudUpdateConfiguration(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetProjectKey() const
AWS_SECURITYHUB_API JiraCloudUpdateConfiguration & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue