7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/SeverityCounts.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
82 template<
typename ProjectNamesT = Aws::String>
83 void SetProjectNames(ProjectNamesT&& value) { m_projectNamesHasBeenSet =
true; m_projectNames = std::forward<ProjectNamesT>(value); }
84 template<
typename ProjectNamesT = Aws::String>
94 template<
typename Prov
iderTypeT = Aws::String>
95 void SetProviderType(ProviderTypeT&& value) { m_providerTypeHasBeenSet =
true; m_providerType = std::forward<ProviderTypeT>(value); }
96 template<
typename Prov
iderTypeT = Aws::String>
106 template<
typename ResourceIdT = Aws::String>
107 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
108 template<
typename ResourceIdT = Aws::String>
116 template<
typename SeverityCountsT = SeverityCounts>
117 void SetSeverityCounts(SeverityCountsT&& value) { m_severityCountsHasBeenSet =
true; m_severityCounts = std::forward<SeverityCountsT>(value); }
118 template<
typename SeverityCountsT = SeverityCounts>
124 bool m_accountIdHasBeenSet =
false;
126 long long m_exploitAvailableActiveFindingsCount{0};
127 bool m_exploitAvailableActiveFindingsCountHasBeenSet =
false;
129 long long m_fixAvailableActiveFindingsCount{0};
130 bool m_fixAvailableActiveFindingsCountHasBeenSet =
false;
133 bool m_projectNamesHasBeenSet =
false;
136 bool m_providerTypeHasBeenSet =
false;
139 bool m_resourceIdHasBeenSet =
false;
141 SeverityCounts m_severityCounts;
142 bool m_severityCountsHasBeenSet =
false;
const Aws::String & GetResourceId() const
AWS_INSPECTOR2_API CodeRepositoryAggregationResponse()=default
void SetProviderType(ProviderTypeT &&value)
void SetAccountId(AccountIdT &&value)
CodeRepositoryAggregationResponse & WithFixAvailableActiveFindingsCount(long long value)
bool ExploitAvailableActiveFindingsCountHasBeenSet() const
long long GetExploitAvailableActiveFindingsCount() const
AWS_INSPECTOR2_API CodeRepositoryAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
bool ProjectNamesHasBeenSet() const
void SetResourceId(ResourceIdT &&value)
AWS_INSPECTOR2_API CodeRepositoryAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetProjectNames(ProjectNamesT &&value)
void SetFixAvailableActiveFindingsCount(long long value)
CodeRepositoryAggregationResponse & WithProviderType(ProviderTypeT &&value)
CodeRepositoryAggregationResponse & WithExploitAvailableActiveFindingsCount(long long value)
const Aws::String & GetProviderType() const
bool FixAvailableActiveFindingsCountHasBeenSet() const
const Aws::String & GetAccountId() const
bool SeverityCountsHasBeenSet() const
CodeRepositoryAggregationResponse & WithSeverityCounts(SeverityCountsT &&value)
CodeRepositoryAggregationResponse & WithResourceId(ResourceIdT &&value)
void SetExploitAvailableActiveFindingsCount(long long value)
bool ResourceIdHasBeenSet() const
CodeRepositoryAggregationResponse & WithProjectNames(ProjectNamesT &&value)
bool ProviderTypeHasBeenSet() const
const Aws::String & GetProjectNames() const
bool AccountIdHasBeenSet() const
long long GetFixAvailableActiveFindingsCount() const
CodeRepositoryAggregationResponse & WithAccountId(AccountIdT &&value)
const SeverityCounts & GetSeverityCounts() const
void SetSeverityCounts(SeverityCountsT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue