7#include <aws/deadline/Deadline_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
42 template<
typename AggregationIdT = Aws::String>
43 void SetAggregationId(AggregationIdT&& value) { m_aggregationIdHasBeenSet =
true; m_aggregationId = std::forward<AggregationIdT>(value); }
44 template<
typename AggregationIdT = Aws::String>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_aggregationIdHasBeenSet =
false;
62 bool m_requestIdHasBeenSet =
false;
void SetAggregationId(AggregationIdT &&value)
const Aws::String & GetRequestId() const
AWS_DEADLINE_API StartSessionsStatisticsAggregationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_DEADLINE_API StartSessionsStatisticsAggregationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
StartSessionsStatisticsAggregationResult & WithAggregationId(AggregationIdT &&value)
const Aws::String & GetAggregationId() const
StartSessionsStatisticsAggregationResult & WithRequestId(RequestIdT &&value)
AWS_DEADLINE_API StartSessionsStatisticsAggregationResult()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue