7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/gamelift/model/GameSessionDetail.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
43 template<
typename GameSessionDetailsT = Aws::Vector<GameSessionDetail>>
44 void SetGameSessionDetails(GameSessionDetailsT&& value) { m_gameSessionDetailsHasBeenSet =
true; m_gameSessionDetails = std::forward<GameSessionDetailsT>(value); }
45 template<
typename GameSessionDetailsT = Aws::Vector<GameSessionDetail>>
47 template<
typename GameSessionDetailsT = GameSessionDetail>
58 template<
typename NextTokenT = Aws::String>
59 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
60 template<
typename NextTokenT = Aws::String>
67 template<
typename RequestIdT = Aws::String>
68 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
69 template<
typename RequestIdT = Aws::String>
75 bool m_gameSessionDetailsHasBeenSet =
false;
78 bool m_nextTokenHasBeenSet =
false;
81 bool m_requestIdHasBeenSet =
false;
AWS_GAMELIFT_API DescribeGameSessionDetailsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
DescribeGameSessionDetailsResult & WithNextToken(NextTokenT &&value)
DescribeGameSessionDetailsResult & WithRequestId(RequestIdT &&value)
DescribeGameSessionDetailsResult & WithGameSessionDetails(GameSessionDetailsT &&value)
const Aws::Vector< GameSessionDetail > & GetGameSessionDetails() const
const Aws::String & GetNextToken() const
void SetNextToken(NextTokenT &&value)
DescribeGameSessionDetailsResult & AddGameSessionDetails(GameSessionDetailsT &&value)
AWS_GAMELIFT_API DescribeGameSessionDetailsResult()=default
void SetRequestId(RequestIdT &&value)
void SetGameSessionDetails(GameSessionDetailsT &&value)
AWS_GAMELIFT_API DescribeGameSessionDetailsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue