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 AccountIdT = Aws::String>
44 m_accountIdHasBeenSet =
true;
45 m_accountId = std::forward<AccountIdT>(value);
47 template <
typename AccountIdT = Aws::String>
60 template <
typename SeverityCountsT = SeverityCounts>
62 m_severityCountsHasBeenSet =
true;
63 m_severityCounts = std::forward<SeverityCountsT>(value);
65 template <
typename SeverityCountsT = SeverityCounts>
79 m_exploitAvailableCountHasBeenSet =
true;
80 m_exploitAvailableCount = value;
95 m_fixAvailableCountHasBeenSet =
true;
96 m_fixAvailableCount = value;
108 long long m_exploitAvailableCount{0};
110 long long m_fixAvailableCount{0};
111 bool m_accountIdHasBeenSet =
false;
112 bool m_severityCountsHasBeenSet =
false;
113 bool m_exploitAvailableCountHasBeenSet =
false;
114 bool m_fixAvailableCountHasBeenSet =
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