7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
9#include <aws/imagebuilder/model/SeverityCounts.h>
20namespace imagebuilder {
45 template <
typename AccountIdT = Aws::String>
47 m_accountIdHasBeenSet =
true;
48 m_accountId = std::forward<AccountIdT>(value);
50 template <
typename AccountIdT = Aws::String>
64 template <
typename SeverityCountsT = SeverityCounts>
66 m_severityCountsHasBeenSet =
true;
67 m_severityCounts = std::forward<SeverityCountsT>(value);
69 template <
typename SeverityCountsT = SeverityCounts>
79 bool m_accountIdHasBeenSet =
false;
80 bool m_severityCountsHasBeenSet =
false;
bool AccountIdHasBeenSet() const
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AccountAggregation & WithAccountId(AccountIdT &&value)
bool SeverityCountsHasBeenSet() const
const Aws::String & GetAccountId() const
void SetSeverityCounts(SeverityCountsT &&value)
AWS_IMAGEBUILDER_API AccountAggregation(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API AccountAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API AccountAggregation()=default
const SeverityCounts & GetSeverityCounts() const
void SetAccountId(AccountIdT &&value)
AccountAggregation & WithSeverityCounts(SeverityCountsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue