7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/inspector2/Inspector2_EXPORTS.h>
9#include <aws/inspector2/model/SeverityCounts.h>
42 template <
typename RepositoryT = Aws::String>
44 m_repositoryHasBeenSet =
true;
45 m_repository = std::forward<RepositoryT>(value);
47 template <
typename RepositoryT = Aws::String>
60 template <
typename AccountIdT = Aws::String>
62 m_accountIdHasBeenSet =
true;
63 m_accountId = std::forward<AccountIdT>(value);
65 template <
typename AccountIdT = Aws::String>
78 template <
typename SeverityCountsT = SeverityCounts>
80 m_severityCountsHasBeenSet =
true;
81 m_severityCounts = std::forward<SeverityCountsT>(value);
83 template <
typename SeverityCountsT = SeverityCounts>
97 m_affectedImagesHasBeenSet =
true;
98 m_affectedImages = value;
112 long long m_affectedImages{0};
113 bool m_repositoryHasBeenSet =
false;
114 bool m_accountIdHasBeenSet =
false;
115 bool m_severityCountsHasBeenSet =
false;
116 bool m_affectedImagesHasBeenSet =
false;
void SetRepository(RepositoryT &&value)
AWS_INSPECTOR2_API RepositoryAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
const SeverityCounts & GetSeverityCounts() const
bool RepositoryHasBeenSet() const
RepositoryAggregationResponse & WithSeverityCounts(SeverityCountsT &&value)
RepositoryAggregationResponse & WithRepository(RepositoryT &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AffectedImagesHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_INSPECTOR2_API RepositoryAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
RepositoryAggregationResponse & WithAffectedImages(long long value)
long long GetAffectedImages() const
void SetSeverityCounts(SeverityCountsT &&value)
RepositoryAggregationResponse & WithAccountId(AccountIdT &&value)
bool AccountIdHasBeenSet() const
void SetAffectedImages(long long value)
void SetAccountId(AccountIdT &&value)
AWS_INSPECTOR2_API RepositoryAggregationResponse()=default
const Aws::String & GetRepository() const
bool SeverityCountsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue