7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/CodeRepositoryProviderType.h>
49 template<
typename IntegrationArnT = Aws::String>
50 void SetIntegrationArn(IntegrationArnT&& value) { m_integrationArnHasBeenSet =
true; m_integrationArn = std::forward<IntegrationArnT>(value); }
51 template<
typename IntegrationArnT = Aws::String>
61 template<
typename ProjectNameT = Aws::String>
62 void SetProjectName(ProjectNameT&& value) { m_projectNameHasBeenSet =
true; m_projectName = std::forward<ProjectNameT>(value); }
63 template<
typename ProjectNameT = Aws::String>
79 bool m_integrationArnHasBeenSet =
false;
82 bool m_projectNameHasBeenSet =
false;
85 bool m_providerTypeHasBeenSet =
false;
const Aws::String & GetProjectName() const
CodeRepositoryProviderType GetProviderType() const
CodeRepositoryDetails & WithProjectName(ProjectNameT &&value)
AWS_INSPECTOR2_API CodeRepositoryDetails()=default
void SetIntegrationArn(IntegrationArnT &&value)
void SetProviderType(CodeRepositoryProviderType value)
const Aws::String & GetIntegrationArn() const
CodeRepositoryDetails & WithProviderType(CodeRepositoryProviderType value)
void SetProjectName(ProjectNameT &&value)
bool ProjectNameHasBeenSet() const
CodeRepositoryDetails & WithIntegrationArn(IntegrationArnT &&value)
bool ProviderTypeHasBeenSet() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool IntegrationArnHasBeenSet() const
AWS_INSPECTOR2_API CodeRepositoryDetails & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API CodeRepositoryDetails(Aws::Utils::Json::JsonView jsonValue)
CodeRepositoryProviderType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue