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/EventFilter.h>
40 template <
typename FilterT = EventFilter>
42 m_filterHasBeenSet =
true;
43 m_filter = std::forward<FilterT>(value);
45 template <
typename FilterT = EventFilter>
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
82 m_maxResultsHasBeenSet =
true;
98 template <
typename LocaleT = Aws::String>
100 m_localeHasBeenSet =
true;
101 m_locale = std::forward<LocaleT>(value);
103 template <
typename LocaleT = Aws::String>
117 bool m_filterHasBeenSet =
false;
118 bool m_nextTokenHasBeenSet =
false;
119 bool m_maxResultsHasBeenSet =
false;
120 bool m_localeHasBeenSet =
false;
DescribeEventsRequest & WithFilter(FilterT &&value)
void SetMaxResults(int value)
DescribeEventsRequest & WithMaxResults(int value)
void SetNextToken(NextTokenT &&value)
virtual const char * GetServiceRequestName() const override
bool LocaleHasBeenSet() const
const Aws::String & GetLocale() const
DescribeEventsRequest & WithNextToken(NextTokenT &&value)
DescribeEventsRequest & WithLocale(LocaleT &&value)
AWS_HEALTH_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const EventFilter & GetFilter() const
const Aws::String & GetNextToken() const
AWS_HEALTH_API Aws::String SerializePayload() const override
bool NextTokenHasBeenSet() const
bool FilterHasBeenSet() const
void SetLocale(LocaleT &&value)
AWS_HEALTH_API DescribeEventsRequest()=default
int GetMaxResults() const
bool MaxResultsHasBeenSet() const
void SetFilter(FilterT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String