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 TitleT = Aws::String>
44 m_titleHasBeenSet =
true;
45 m_title = std::forward<TitleT>(value);
47 template <
typename TitleT = Aws::String>
49 SetTitle(std::forward<TitleT>(value));
60 template <
typename VulnerabilityIdT = Aws::String>
62 m_vulnerabilityIdHasBeenSet =
true;
63 m_vulnerabilityId = std::forward<VulnerabilityIdT>(value);
65 template <
typename VulnerabilityIdT = Aws::String>
78 template <
typename AccountIdT = Aws::String>
80 m_accountIdHasBeenSet =
true;
81 m_accountId = std::forward<AccountIdT>(value);
83 template <
typename AccountIdT = Aws::String>
96 template <
typename SeverityCountsT = SeverityCounts>
98 m_severityCountsHasBeenSet =
true;
99 m_severityCounts = std::forward<SeverityCountsT>(value);
101 template <
typename SeverityCountsT = SeverityCounts>
115 bool m_titleHasBeenSet =
false;
116 bool m_vulnerabilityIdHasBeenSet =
false;
117 bool m_accountIdHasBeenSet =
false;
118 bool m_severityCountsHasBeenSet =
false;
bool SeverityCountsHasBeenSet() const
TitleAggregationResponse & WithSeverityCounts(SeverityCountsT &&value)
bool VulnerabilityIdHasBeenSet() const
void SetTitle(TitleT &&value)
bool TitleHasBeenSet() const
AWS_INSPECTOR2_API TitleAggregationResponse()=default
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_INSPECTOR2_API TitleAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
void SetVulnerabilityId(VulnerabilityIdT &&value)
TitleAggregationResponse & WithTitle(TitleT &&value)
const SeverityCounts & GetSeverityCounts() const
void SetAccountId(AccountIdT &&value)
void SetSeverityCounts(SeverityCountsT &&value)
AWS_INSPECTOR2_API TitleAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
TitleAggregationResponse & WithVulnerabilityId(VulnerabilityIdT &&value)
bool AccountIdHasBeenSet() const
TitleAggregationResponse & WithAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
const Aws::String & GetTitle() const
const Aws::String & GetVulnerabilityId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue