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 ResourceIdT = Aws::String>
62 m_resourceIdHasBeenSet =
true;
63 m_resourceId = std::forward<ResourceIdT>(value);
65 template <
typename ResourceIdT = Aws::String>
78 template <
typename LayerHashT = Aws::String>
80 m_layerHashHasBeenSet =
true;
81 m_layerHash = std::forward<LayerHashT>(value);
83 template <
typename LayerHashT = Aws::String>
97 template <
typename AccountIdT = Aws::String>
99 m_accountIdHasBeenSet =
true;
100 m_accountId = std::forward<AccountIdT>(value);
102 template <
typename AccountIdT = Aws::String>
115 template <
typename SeverityCountsT = SeverityCounts>
117 m_severityCountsHasBeenSet =
true;
118 m_severityCounts = std::forward<SeverityCountsT>(value);
120 template <
typename SeverityCountsT = SeverityCounts>
136 bool m_repositoryHasBeenSet =
false;
137 bool m_resourceIdHasBeenSet =
false;
138 bool m_layerHashHasBeenSet =
false;
139 bool m_accountIdHasBeenSet =
false;
140 bool m_severityCountsHasBeenSet =
false;
const SeverityCounts & GetSeverityCounts() const
ImageLayerAggregationResponse & WithAccountId(AccountIdT &&value)
ImageLayerAggregationResponse & WithSeverityCounts(SeverityCountsT &&value)
bool AccountIdHasBeenSet() const
void SetLayerHash(LayerHashT &&value)
const Aws::String & GetRepository() const
bool LayerHashHasBeenSet() const
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API ImageLayerAggregationResponse()=default
ImageLayerAggregationResponse & WithLayerHash(LayerHashT &&value)
AWS_INSPECTOR2_API ImageLayerAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetResourceId(ResourceIdT &&value)
bool ResourceIdHasBeenSet() const
void SetRepository(RepositoryT &&value)
void SetSeverityCounts(SeverityCountsT &&value)
AWS_INSPECTOR2_API ImageLayerAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetLayerHash() const
const Aws::String & GetAccountId() const
const Aws::String & GetResourceId() const
void SetAccountId(AccountIdT &&value)
bool SeverityCountsHasBeenSet() const
ImageLayerAggregationResponse & WithRepository(RepositoryT &&value)
bool RepositoryHasBeenSet() const
ImageLayerAggregationResponse & WithResourceId(ResourceIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue