7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/CodeRepositoryOnDemandScan.h>
10#include <aws/inspector2/model/ProjectCodeSecurityScanConfiguration.h>
43 template <
typename ProjectNameT = Aws::String>
45 m_projectNameHasBeenSet =
true;
46 m_projectName = std::forward<ProjectNameT>(value);
48 template <
typename ProjectNameT = Aws::String>
62 template <
typename IntegrationArnT = Aws::String>
64 m_integrationArnHasBeenSet =
true;
65 m_integrationArn = std::forward<IntegrationArnT>(value);
67 template <
typename IntegrationArnT = Aws::String>
80 template <
typename Prov
iderTypeT = Aws::String>
82 m_providerTypeHasBeenSet =
true;
83 m_providerType = std::forward<ProviderTypeT>(value);
85 template <
typename Prov
iderTypeT = Aws::String>
98 template <
typename Prov
iderTypeVisibilityT = Aws::String>
100 m_providerTypeVisibilityHasBeenSet =
true;
101 m_providerTypeVisibility = std::forward<ProviderTypeVisibilityT>(value);
103 template <
typename Prov
iderTypeVisibilityT = Aws::String>
116 template <
typename LastScannedCommitIdT = Aws::String>
118 m_lastScannedCommitIdHasBeenSet =
true;
119 m_lastScannedCommitId = std::forward<LastScannedCommitIdT>(value);
121 template <
typename LastScannedCommitIdT = Aws::String>
134 template <
typename ScanConfigurationT = ProjectCodeSecurityScanConfiguration>
136 m_scanConfigurationHasBeenSet =
true;
137 m_scanConfiguration = std::forward<ScanConfigurationT>(value);
139 template <
typename ScanConfigurationT = ProjectCodeSecurityScanConfiguration>
152 template <
typename OnDemandScanT = CodeRepositoryOnDemandScan>
154 m_onDemandScanHasBeenSet =
true;
155 m_onDemandScan = std::forward<OnDemandScanT>(value);
157 template <
typename OnDemandScanT = CodeRepositoryOnDemandScan>
177 bool m_projectNameHasBeenSet =
false;
178 bool m_integrationArnHasBeenSet =
false;
179 bool m_providerTypeHasBeenSet =
false;
180 bool m_providerTypeVisibilityHasBeenSet =
false;
181 bool m_lastScannedCommitIdHasBeenSet =
false;
182 bool m_scanConfigurationHasBeenSet =
false;
183 bool m_onDemandScanHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue