7#include <aws/imagebuilder/Imagebuilder_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/imagebuilder/model/SeverityCounts.h>
53 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
74 bool m_accountIdHasBeenSet =
false;
77 bool m_severityCountsHasBeenSet =
false;
bool AccountIdHasBeenSet() const
void SetSeverityCounts(const SeverityCounts &value)
AccountAggregation & WithAccountId(const char *value)
AWS_IMAGEBUILDER_API Aws::Utils::Json::JsonValue Jsonize() const
AccountAggregation & WithAccountId(const Aws::String &value)
void SetAccountId(Aws::String &&value)
bool SeverityCountsHasBeenSet() const
const Aws::String & GetAccountId() const
AWS_IMAGEBUILDER_API AccountAggregation(Aws::Utils::Json::JsonView jsonValue)
AWS_IMAGEBUILDER_API AccountAggregation & operator=(Aws::Utils::Json::JsonView jsonValue)
AccountAggregation & WithSeverityCounts(SeverityCounts &&value)
void SetSeverityCounts(SeverityCounts &&value)
AccountAggregation & WithSeverityCounts(const SeverityCounts &value)
AccountAggregation & WithAccountId(Aws::String &&value)
AWS_IMAGEBUILDER_API AccountAggregation()
const SeverityCounts & GetSeverityCounts() const
void SetAccountId(const char *value)
void SetAccountId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue