7#include <aws/health/Health_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetAggregateValue(
const char* value) { m_aggregateValueHasBeenSet =
true; m_aggregateValue.assign(value); }
62 inline void SetCount(
int value) { m_countHasBeenSet =
true; m_count = value; }
68 bool m_aggregateValueHasBeenSet =
false;
71 bool m_countHasBeenSet =
false;
EventAggregate & WithCount(int value)
bool AggregateValueHasBeenSet() const
bool CountHasBeenSet() const
EventAggregate & WithAggregateValue(Aws::String &&value)
AWS_HEALTH_API EventAggregate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetAggregateValue(const Aws::String &value)
EventAggregate & WithAggregateValue(const Aws::String &value)
EventAggregate & WithAggregateValue(const char *value)
void SetAggregateValue(Aws::String &&value)
const Aws::String & GetAggregateValue() const
AWS_HEALTH_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_HEALTH_API EventAggregate(Aws::Utils::Json::JsonView jsonValue)
void SetAggregateValue(const char *value)
AWS_HEALTH_API EventAggregate()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue