7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/SeverityCounts.h>
49 template<
typename AccountIdT = Aws::String>
50 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
51 template<
typename AccountIdT = Aws::String>
61 template<
typename LayerHashT = Aws::String>
62 void SetLayerHash(LayerHashT&& value) { m_layerHashHasBeenSet =
true; m_layerHash = std::forward<LayerHashT>(value); }
63 template<
typename LayerHashT = Aws::String>
73 template<
typename RepositoryT = Aws::String>
74 void SetRepository(RepositoryT&& value) { m_repositoryHasBeenSet =
true; m_repository = std::forward<RepositoryT>(value); }
75 template<
typename RepositoryT = Aws::String>
85 template<
typename ResourceIdT = Aws::String>
86 void SetResourceId(ResourceIdT&& value) { m_resourceIdHasBeenSet =
true; m_resourceId = std::forward<ResourceIdT>(value); }
87 template<
typename ResourceIdT = Aws::String>
97 template<
typename SeverityCountsT = SeverityCounts>
98 void SetSeverityCounts(SeverityCountsT&& value) { m_severityCountsHasBeenSet =
true; m_severityCounts = std::forward<SeverityCountsT>(value); }
99 template<
typename SeverityCountsT = SeverityCounts>
105 bool m_accountIdHasBeenSet =
false;
108 bool m_layerHashHasBeenSet =
false;
111 bool m_repositoryHasBeenSet =
false;
114 bool m_resourceIdHasBeenSet =
false;
117 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