7#include <aws/securityhub/SecurityHub_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
48 template<
typename Prov
iderTypeT = Aws::String>
49 void SetProviderType(ProviderTypeT&& value) { m_providerTypeHasBeenSet =
true; m_providerType = std::forward<ProviderTypeT>(value); }
50 template<
typename Prov
iderTypeT = Aws::String>
60 template<
typename ProjectNameT = Aws::String>
61 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
62 template<
typename ProjectNameT = Aws::String>
73 template<
typename CodeSecurityIntegrationArnT = Aws::String>
74 void SetCodeSecurityIntegrationArn(CodeSecurityIntegrationArnT&& value) { m_codeSecurityIntegrationArnHasBeenSet =
true; m_codeSecurityIntegrationArn = std::forward<CodeSecurityIntegrationArnT>(value); }
75 template<
typename CodeSecurityIntegrationArnT = Aws::String>
81 bool m_providerTypeHasBeenSet =
false;
84 bool m_projectNameHasBeenSet =
false;
87 bool m_codeSecurityIntegrationArnHasBeenSet =
false;
AWS_SECURITYHUB_API CodeRepositoryDetails()=default
AWS_SECURITYHUB_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_SECURITYHUB_API CodeRepositoryDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CodeSecurityIntegrationArnHasBeenSet() const
void SetProviderType(ProviderTypeT &&value)
void SetProjectName(ProjectNameT &&value)
CodeRepositoryDetails & WithProjectName(ProjectNameT &&value)
const Aws::String & GetProjectName() const
CodeRepositoryDetails & WithProviderType(ProviderTypeT &&value)
bool ProviderTypeHasBeenSet() const
bool ProjectNameHasBeenSet() const
AWS_SECURITYHUB_API CodeRepositoryDetails(Aws::Utils::Json::JsonView jsonValue)
CodeRepositoryDetails & WithCodeSecurityIntegrationArn(CodeSecurityIntegrationArnT &&value)
const Aws::String & GetCodeSecurityIntegrationArn() const
const Aws::String & GetProviderType() const
void SetCodeSecurityIntegrationArn(CodeSecurityIntegrationArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue