7#include <aws/health/Health_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/health/model/EventAggregate.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename EventAggregatesT = Aws::Vector<EventAggregate>>
44 void SetEventAggregates(EventAggregatesT&& value) { m_eventAggregatesHasBeenSet =
true; m_eventAggregates = std::forward<EventAggregatesT>(value); }
45 template<
typename EventAggregatesT = Aws::Vector<EventAggregate>>
47 template<
typename EventAggregatesT = EventAggregate>
60 template<
typename NextTokenT = Aws::String>
61 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
62 template<
typename NextTokenT = Aws::String>
69 template<
typename RequestIdT = Aws::String>
70 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
71 template<
typename RequestIdT = Aws::String>
77 bool m_eventAggregatesHasBeenSet =
false;
80 bool m_nextTokenHasBeenSet =
false;
83 bool m_requestIdHasBeenSet =
false;
AWS_HEALTH_API DescribeEventAggregatesResult()=default
DescribeEventAggregatesResult & AddEventAggregates(EventAggregatesT &&value)
AWS_HEALTH_API DescribeEventAggregatesResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetEventAggregates(EventAggregatesT &&value)
DescribeEventAggregatesResult & WithNextToken(NextTokenT &&value)
const Aws::String & GetNextToken() const
AWS_HEALTH_API DescribeEventAggregatesResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< EventAggregate > & GetEventAggregates() const
DescribeEventAggregatesResult & WithRequestId(RequestIdT &&value)
void SetNextToken(NextTokenT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
DescribeEventAggregatesResult & WithEventAggregates(EventAggregatesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue