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>
45 template<
typename FilterT = EventFilter>
46 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
47 template<
typename FilterT = EventFilter>
68 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
82 template<
typename NextTokenT = Aws::String>
83 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
84 template<
typename NextTokenT = Aws::String>
90 bool m_filterHasBeenSet =
false;
93 bool m_aggregateFieldHasBeenSet =
false;
96 bool m_maxResultsHasBeenSet =
false;
99 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