7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/deadline/model/SessionsStatisticsAggregationStatus.h>
11#include <aws/deadline/model/Statistics.h>
16template<
typename RESULT_TYPE>
17class AmazonWebServiceResult;
43 template<
typename StatisticsT = Aws::Vector<Statistics>>
44 void SetStatistics(StatisticsT&& value) { m_statisticsHasBeenSet =
true; m_statistics = std::forward<StatisticsT>(value); }
45 template<
typename StatisticsT = Aws::Vector<Statistics>>
47 template<
typename StatisticsT = Statistics>
62 template<
typename NextTokenT = Aws::String>
63 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
64 template<
typename NextTokenT = Aws::String>
89 template<
typename StatusMessageT = Aws::String>
90 void SetStatusMessage(StatusMessageT&& value) { m_statusMessageHasBeenSet =
true; m_statusMessage = std::forward<StatusMessageT>(value); }
91 template<
typename StatusMessageT = Aws::String>
98 template<
typename RequestIdT = Aws::String>
99 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
100 template<
typename RequestIdT = Aws::String>
106 bool m_statisticsHasBeenSet =
false;
109 bool m_nextTokenHasBeenSet =
false;
112 bool m_statusHasBeenSet =
false;
115 bool m_statusMessageHasBeenSet =
false;
118 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
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