7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/health/Health_EXPORTS.h>
11#include <aws/health/model/EventAggregate.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename EventAggregatesT = Aws::Vector<EventAggregate>>
40 m_eventAggregatesHasBeenSet =
true;
41 m_eventAggregates = std::forward<EventAggregatesT>(value);
43 template <
typename EventAggregatesT = Aws::Vector<EventAggregate>>
48 template <
typename EventAggregatesT = EventAggregate>
50 m_eventAggregatesHasBeenSet =
true;
51 m_eventAggregates.emplace_back(std::forward<EventAggregatesT>(value));
65 template <
typename NextTokenT = Aws::String>
67 m_nextTokenHasBeenSet =
true;
68 m_nextToken = std::forward<NextTokenT>(value);
70 template <
typename NextTokenT = Aws::String>
80 template <
typename RequestIdT = Aws::String>
82 m_requestIdHasBeenSet =
true;
83 m_requestId = std::forward<RequestIdT>(value);
85 template <
typename RequestIdT = Aws::String>
100 bool m_eventAggregatesHasBeenSet =
false;
101 bool m_nextTokenHasBeenSet =
false;
102 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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