7#include <aws/health/Health_EXPORTS.h>
8#include <aws/health/HealthRequest.h>
9#include <aws/health/model/EventFilter.h>
10#include <aws/health/model/EventAggregateField.h>
11#include <aws/core/utils/memory/stl/AWSString.h>
70 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
86 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
94 bool m_filterHasBeenSet =
false;
97 bool m_aggregateFieldHasBeenSet =
false;
100 bool m_maxResultsHasBeenSet =
false;
103 bool m_nextTokenHasBeenSet =
false;
DescribeEventAggregatesRequest & WithNextToken(Aws::String &&value)
DescribeEventAggregatesRequest & WithAggregateField(const EventAggregateField &value)
bool AggregateFieldHasBeenSet() const
void SetNextToken(const Aws::String &value)
bool FilterHasBeenSet() const
DescribeEventAggregatesRequest & WithNextToken(const Aws::String &value)
const EventAggregateField & GetAggregateField() const
AWS_HEALTH_API Aws::String SerializePayload() const override
void SetNextToken(Aws::String &&value)
void SetNextToken(const char *value)
void SetFilter(const EventFilter &value)
int GetMaxResults() const
bool NextTokenHasBeenSet() const
DescribeEventAggregatesRequest & WithFilter(const EventFilter &value)
virtual const char * GetServiceRequestName() const override
DescribeEventAggregatesRequest & WithAggregateField(EventAggregateField &&value)
void SetFilter(EventFilter &&value)
DescribeEventAggregatesRequest & WithNextToken(const char *value)
void SetMaxResults(int value)
void SetAggregateField(const EventAggregateField &value)
DescribeEventAggregatesRequest & WithMaxResults(int value)
AWS_HEALTH_API DescribeEventAggregatesRequest()
AWS_HEALTH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool MaxResultsHasBeenSet() const
void SetAggregateField(EventAggregateField &&value)
DescribeEventAggregatesRequest & WithFilter(EventFilter &&value)
const Aws::String & GetNextToken() const
const EventFilter & GetFilter() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String