7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/SeverityCounts.h>
50 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
62 inline void SetAffectedImages(
long long value) { m_affectedImagesHasBeenSet =
true; m_affectedImages = value; }
74 inline void SetRepository(
const char* value) { m_repositoryHasBeenSet =
true; m_repository.assign(value); }
94 bool m_accountIdHasBeenSet =
false;
96 long long m_affectedImages;
97 bool m_affectedImagesHasBeenSet =
false;
100 bool m_repositoryHasBeenSet =
false;
103 bool m_severityCountsHasBeenSet =
false;
RepositoryAggregationResponse & WithRepository(Aws::String &&value)
AWS_INSPECTOR2_API RepositoryAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
RepositoryAggregationResponse & WithAccountId(const Aws::String &value)
RepositoryAggregationResponse & WithSeverityCounts(SeverityCounts &&value)
void SetRepository(Aws::String &&value)
const SeverityCounts & GetSeverityCounts() const
void SetRepository(const char *value)
bool RepositoryHasBeenSet() const
void SetSeverityCounts(const SeverityCounts &value)
void SetSeverityCounts(SeverityCounts &&value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
bool AffectedImagesHasBeenSet() const
void SetRepository(const Aws::String &value)
const Aws::String & GetAccountId() const
RepositoryAggregationResponse & WithAccountId(const char *value)
RepositoryAggregationResponse & WithRepository(const Aws::String &value)
AWS_INSPECTOR2_API RepositoryAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
RepositoryAggregationResponse & WithAffectedImages(long long value)
long long GetAffectedImages() const
void SetAccountId(Aws::String &&value)
bool AccountIdHasBeenSet() const
void SetAccountId(const Aws::String &value)
void SetAffectedImages(long long value)
RepositoryAggregationResponse & WithSeverityCounts(const SeverityCounts &value)
RepositoryAggregationResponse & WithRepository(const char *value)
AWS_INSPECTOR2_API RepositoryAggregationResponse()
RepositoryAggregationResponse & WithAccountId(Aws::String &&value)
const Aws::String & GetRepository() const
bool SeverityCountsHasBeenSet() const
void SetAccountId(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue