7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/SeverityCounts.h>
48 template<
typename VulnerabilityIdT = Aws::String>
49 void SetVulnerabilityId(VulnerabilityIdT&& value) { m_vulnerabilityIdHasBeenSet =
true; m_vulnerabilityId = std::forward<VulnerabilityIdT>(value); }
50 template<
typename VulnerabilityIdT = Aws::String>
61 template<
typename SeverityCountsT = SeverityCounts>
62 void SetSeverityCounts(SeverityCountsT&& value) { m_severityCountsHasBeenSet =
true; m_severityCounts = std::forward<SeverityCountsT>(value); }
63 template<
typename SeverityCountsT = SeverityCounts>
69 bool m_vulnerabilityIdHasBeenSet =
false;
72 bool m_severityCountsHasBeenSet =
false;
void SetVulnerabilityId(VulnerabilityIdT &&value)
AWS_IMAGEBUILDER_API VulnerabilityIdAggregation()=default
VulnerabilityIdAggregation & WithSeverityCounts(SeverityCountsT &&value)
void SetSeverityCounts(SeverityCountsT &&value)
AWS_IMAGEBUILDER_API VulnerabilityIdAggregation(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
VulnerabilityIdAggregation & WithVulnerabilityId(VulnerabilityIdT &&value)
bool VulnerabilityIdHasBeenSet() const
bool SeverityCountsHasBeenSet() const
const SeverityCounts & GetSeverityCounts() const
AWS_IMAGEBUILDER_API VulnerabilityIdAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVulnerabilityId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue