7#include <aws/inspector2/Inspector2_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/inspector2/model/SeverityCounts.h>
48 template<
typename AccountIdT = Aws::String>
49 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
50 template<
typename AccountIdT = Aws::String>
60 template<
typename SeverityCountsT = SeverityCounts>
61 void SetSeverityCounts(SeverityCountsT&& value) { m_severityCountsHasBeenSet =
true; m_severityCounts = std::forward<SeverityCountsT>(value); }
62 template<
typename SeverityCountsT = SeverityCounts>
72 template<
typename TitleT = Aws::String>
73 void SetTitle(TitleT&& value) { m_titleHasBeenSet =
true; m_title = std::forward<TitleT>(value); }
74 template<
typename TitleT = Aws::String>
84 template<
typename VulnerabilityIdT = Aws::String>
85 void SetVulnerabilityId(VulnerabilityIdT&& value) { m_vulnerabilityIdHasBeenSet =
true; m_vulnerabilityId = std::forward<VulnerabilityIdT>(value); }
86 template<
typename VulnerabilityIdT = Aws::String>
92 bool m_accountIdHasBeenSet =
false;
95 bool m_severityCountsHasBeenSet =
false;
98 bool m_titleHasBeenSet =
false;
101 bool m_vulnerabilityIdHasBeenSet =
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