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 inline void SetExploitAvailableCount(
long long value) { m_exploitAvailableCountHasBeenSet =
true; m_exploitAvailableCount = value; }
70 inline void SetFixAvailableCount(
long long value) { m_fixAvailableCountHasBeenSet =
true; m_fixAvailableCount = value; }
80 template<
typename SeverityCountsT = SeverityCounts>
81 void SetSeverityCounts(SeverityCountsT&& value) { m_severityCountsHasBeenSet =
true; m_severityCounts = std::forward<SeverityCountsT>(value); }
82 template<
typename SeverityCountsT = SeverityCounts>
88 bool m_accountIdHasBeenSet =
false;
90 long long m_exploitAvailableCount{0};
91 bool m_exploitAvailableCountHasBeenSet =
false;
93 long long m_fixAvailableCount{0};
94 bool m_fixAvailableCountHasBeenSet =
false;
96 SeverityCounts m_severityCounts;
97 bool m_severityCountsHasBeenSet =
false;
bool ExploitAvailableCountHasBeenSet() const
bool SeverityCountsHasBeenSet() const
bool FixAvailableCountHasBeenSet() const
AWS_INSPECTOR2_API AccountAggregationResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_INSPECTOR2_API AccountAggregationResponse()=default
AccountAggregationResponse & WithExploitAvailableCount(long long value)
AWS_INSPECTOR2_API Aws::Utils::Json::JsonValue Jsonize() const
void SetSeverityCounts(SeverityCountsT &&value)
const Aws::String & GetAccountId() const
long long GetExploitAvailableCount() const
AWS_INSPECTOR2_API AccountAggregationResponse(Aws::Utils::Json::JsonView jsonValue)
const SeverityCounts & GetSeverityCounts() const
AccountAggregationResponse & WithAccountId(AccountIdT &&value)
void SetFixAvailableCount(long long value)
void SetAccountId(AccountIdT &&value)
void SetExploitAvailableCount(long long value)
bool AccountIdHasBeenSet() const
AccountAggregationResponse & WithFixAvailableCount(long long value)
long long GetFixAvailableCount() const
AccountAggregationResponse & WithSeverityCounts(SeverityCountsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue