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/deadline/Deadline_EXPORTS.h>
11#include <aws/deadline/model/SessionsStatisticsAggregationStatus.h>
12#include <aws/deadline/model/Statistics.h>
17template <
typename RESULT_TYPE>
18class AmazonWebServiceResult;
45 template <
typename StatisticsT = Aws::Vector<Statistics>>
47 m_statisticsHasBeenSet =
true;
48 m_statistics = std::forward<StatisticsT>(value);
50 template <
typename StatisticsT = Aws::Vector<Statistics>>
55 template <
typename StatisticsT = Statistics>
57 m_statisticsHasBeenSet =
true;
58 m_statistics.emplace_back(std::forward<StatisticsT>(value));
76 m_statusHasBeenSet =
true;
90 template <
typename StatusMessageT = Aws::String>
92 m_statusMessageHasBeenSet =
true;
93 m_statusMessage = std::forward<StatusMessageT>(value);
95 template <
typename StatusMessageT = Aws::String>
113 template <
typename NextTokenT = Aws::String>
115 m_nextTokenHasBeenSet =
true;
116 m_nextToken = std::forward<NextTokenT>(value);
118 template <
typename NextTokenT = Aws::String>
128 template <
typename RequestIdT = Aws::String>
130 m_requestIdHasBeenSet =
true;
131 m_requestId = std::forward<RequestIdT>(value);
133 template <
typename RequestIdT = Aws::String>
152 bool m_statisticsHasBeenSet =
false;
153 bool m_statusHasBeenSet =
false;
154 bool m_statusMessageHasBeenSet =
false;
155 bool m_nextTokenHasBeenSet =
false;
156 bool m_requestIdHasBeenSet =
false;
GetSessionsStatisticsAggregationResult & WithStatusMessage(StatusMessageT &&value)
AWS_DEADLINE_API GetSessionsStatisticsAggregationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetSessionsStatisticsAggregationResult & WithRequestId(RequestIdT &&value)
void SetStatus(SessionsStatisticsAggregationStatus value)
AWS_DEADLINE_API GetSessionsStatisticsAggregationResult()=default
void SetStatusMessage(StatusMessageT &&value)
void SetNextToken(NextTokenT &&value)
SessionsStatisticsAggregationStatus GetStatus() const
GetSessionsStatisticsAggregationResult & WithNextToken(NextTokenT &&value)
GetSessionsStatisticsAggregationResult & AddStatistics(StatisticsT &&value)
void SetRequestId(RequestIdT &&value)
GetSessionsStatisticsAggregationResult & WithStatus(SessionsStatisticsAggregationStatus value)
GetSessionsStatisticsAggregationResult & WithStatistics(StatisticsT &&value)
const Aws::Vector< Statistics > & GetStatistics() const
const Aws::String & GetStatusMessage() const
const Aws::String & GetNextToken() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
void SetStatistics(StatisticsT &&value)
AWS_DEADLINE_API GetSessionsStatisticsAggregationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
SessionsStatisticsAggregationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue