7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/inspector2/model/SeverityCounts.h>
52 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
66 inline void SetArchitecture(
const char* value) { m_architectureHasBeenSet =
true; m_architecture.assign(value); }
80 inline void SetImageSha(
const char* value) { m_imageShaHasBeenSet =
true; m_imageSha.assign(value); }
109 inline void SetRepository(
const char* value) { m_repositoryHasBeenSet =
true; m_repository.assign(value); }
123 inline void SetResourceId(
const char* value) { m_resourceIdHasBeenSet =
true; m_resourceId.assign(value); }
143 bool m_accountIdHasBeenSet =
false;
146 bool m_architectureHasBeenSet =
false;
149 bool m_imageShaHasBeenSet =
false;
152 bool m_imageTagsHasBeenSet =
false;
155 bool m_repositoryHasBeenSet =
false;
158 bool m_resourceIdHasBeenSet =
false;
161 bool m_severityCountsHasBeenSet =
false;
const SeverityCounts & GetSeverityCounts() const
AwsEcrContainerAggregationResponse & AddImageTags(const Aws::String &value)
void SetAccountId(const char *value)
void SetImageTags(const Aws::Vector< Aws::String > &value)
AwsEcrContainerAggregationResponse & WithAccountId(Aws::String &&value)
AwsEcrContainerAggregationResponse & WithSeverityCounts(SeverityCounts &&value)
void SetImageSha(const char *value)
AwsEcrContainerAggregationResponse & AddImageTags(const char *value)
void SetResourceId(const Aws::String &value)
void SetAccountId(Aws::String &&value)
AWS_INSPECTOR2_API AwsEcrContainerAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
AwsEcrContainerAggregationResponse & WithImageSha(const Aws::String &value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRepository(Aws::String &&value)
bool ImageShaHasBeenSet() const
void SetSeverityCounts(const SeverityCounts &value)
bool ImageTagsHasBeenSet() const
void SetArchitecture(Aws::String &&value)
AwsEcrContainerAggregationResponse & WithResourceId(const Aws::String &value)
bool ArchitectureHasBeenSet() const
AwsEcrContainerAggregationResponse & WithRepository(Aws::String &&value)
AwsEcrContainerAggregationResponse & WithResourceId(Aws::String &&value)
AwsEcrContainerAggregationResponse & AddImageTags(Aws::String &&value)
AwsEcrContainerAggregationResponse & WithRepository(const Aws::String &value)
const Aws::String & GetAccountId() const
AwsEcrContainerAggregationResponse & WithAccountId(const Aws::String &value)
AwsEcrContainerAggregationResponse & WithArchitecture(const Aws::String &value)
void SetResourceId(Aws::String &&value)
AwsEcrContainerAggregationResponse & WithArchitecture(Aws::String &&value)
bool RepositoryHasBeenSet() const
AwsEcrContainerAggregationResponse & WithSeverityCounts(const SeverityCounts &value)
void SetRepository(const Aws::String &value)
void SetImageTags(Aws::Vector< Aws::String > &&value)
void SetImageSha(const Aws::String &value)
void SetRepository(const char *value)
void SetImageSha(Aws::String &&value)
const Aws::Vector< Aws::String > & GetImageTags() const
bool SeverityCountsHasBeenSet() const
AWS_INSPECTOR2_API AwsEcrContainerAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AwsEcrContainerAggregationResponse & WithImageSha(Aws::String &&value)
AwsEcrContainerAggregationResponse & WithRepository(const char *value)
const Aws::String & GetResourceId() const
AwsEcrContainerAggregationResponse & WithImageTags(const Aws::Vector< Aws::String > &value)
bool AccountIdHasBeenSet() const
AwsEcrContainerAggregationResponse & WithImageTags(Aws::Vector< Aws::String > &&value)
AwsEcrContainerAggregationResponse & WithArchitecture(const char *value)
AwsEcrContainerAggregationResponse & WithAccountId(const char *value)
bool ResourceIdHasBeenSet() const
void SetResourceId(const char *value)
AwsEcrContainerAggregationResponse & WithResourceId(const char *value)
void SetArchitecture(const char *value)
void SetAccountId(const Aws::String &value)
AwsEcrContainerAggregationResponse & WithImageSha(const char *value)
const Aws::String & GetImageSha() const
const Aws::String & GetArchitecture() const
const Aws::String & GetRepository() const
void SetSeverityCounts(SeverityCounts &&value)
AWS_INSPECTOR2_API AwsEcrContainerAggregationResponse()
void SetArchitecture(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue