7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/health/HealthRequest.h>
9#include <aws/health/Health_EXPORTS.h>
10#include <aws/health/model/EventAggregateField.h>
11#include <aws/health/model/EventFilter.h>
41 template <
typename FilterT = EventFilter>
43 m_filterHasBeenSet =
true;
44 m_filter = std::forward<FilterT>(value);
46 template <
typename FilterT = EventFilter>
60 m_aggregateFieldHasBeenSet =
true;
61 m_aggregateField = value;
77 m_maxResultsHasBeenSet =
true;
96 template <
typename NextTokenT = Aws::String>
98 m_nextTokenHasBeenSet =
true;
99 m_nextToken = std::forward<NextTokenT>(value);
101 template <
typename NextTokenT = Aws::String>
115 bool m_filterHasBeenSet =
false;
116 bool m_aggregateFieldHasBeenSet =
false;
117 bool m_maxResultsHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
bool AggregateFieldHasBeenSet() const
bool FilterHasBeenSet() const
AWS_HEALTH_API Aws::String SerializePayload() const override
int GetMaxResults() const
bool NextTokenHasBeenSet() const
DescribeEventAggregatesRequest & WithAggregateField(EventAggregateField value)
DescribeEventAggregatesRequest & WithNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetFilter(FilterT &&value)
DescribeEventAggregatesRequest & WithFilter(FilterT &&value)
void SetMaxResults(int value)
DescribeEventAggregatesRequest & WithMaxResults(int value)
AWS_HEALTH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetNextToken(NextTokenT &&value)
bool MaxResultsHasBeenSet() const
AWS_HEALTH_API DescribeEventAggregatesRequest()=default
void SetAggregateField(EventAggregateField value)
const Aws::String & GetNextToken() const
EventAggregateField GetAggregateField() const
const EventFilter & GetFilter() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String