7#include <aws/health/Health_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/health/model/EntityStatusCode.h>
52 inline void SetAccountId(
const char* value) { m_accountIdHasBeenSet =
true; m_accountId.assign(value); }
65 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
85 bool m_accountIdHasBeenSet =
false;
88 bool m_countHasBeenSet =
false;
91 bool m_statusesHasBeenSet =
false;
void SetAccountId(const Aws::String &value)
bool CountHasBeenSet() const
AccountEntityAggregate & WithStatuses(Aws::Map< EntityStatusCode, int > &&value)
bool AccountIdHasBeenSet() const
AWS_HEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTH_API AccountEntityAggregate(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< EntityStatusCode, int > & GetStatuses() const
AccountEntityAggregate & WithStatuses(const Aws::Map< EntityStatusCode, int > &value)
AccountEntityAggregate & WithCount(int value)
const Aws::String & GetAccountId() const
void SetAccountId(Aws::String &&value)
AccountEntityAggregate & AddStatuses(EntityStatusCode &&key, int value)
AccountEntityAggregate & AddStatuses(const EntityStatusCode &key, int value)
void SetStatuses(const Aws::Map< EntityStatusCode, int > &value)
AWS_HEALTH_API AccountEntityAggregate()
AWS_HEALTH_API AccountEntityAggregate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAccountId(const char *value)
AccountEntityAggregate & WithAccountId(const Aws::String &value)
void SetStatuses(Aws::Map< EntityStatusCode, int > &&value)
AccountEntityAggregate & WithAccountId(const char *value)
AccountEntityAggregate & WithAccountId(Aws::String &&value)
bool StatusesHasBeenSet() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue