7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/GameSessionDetail.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename GameSessionDetailsT = Aws::Vector<GameSessionDetail>>
39 m_gameSessionDetailsHasBeenSet =
true;
40 m_gameSessionDetails = std::forward<GameSessionDetailsT>(value);
42 template <
typename GameSessionDetailsT = Aws::Vector<GameSessionDetail>>
47 template <
typename GameSessionDetailsT = GameSessionDetail>
49 m_gameSessionDetailsHasBeenSet =
true;
50 m_gameSessionDetails.emplace_back(std::forward<GameSessionDetailsT>(value));
62 template <
typename NextTokenT = Aws::String>
64 m_nextTokenHasBeenSet =
true;
65 m_nextToken = std::forward<NextTokenT>(value);
67 template <
typename NextTokenT = Aws::String>
77 template <
typename RequestIdT = Aws::String>
79 m_requestIdHasBeenSet =
true;
80 m_requestId = std::forward<RequestIdT>(value);
82 template <
typename RequestIdT = Aws::String>
90 bool m_gameSessionDetailsHasBeenSet =
false;
93 bool m_nextTokenHasBeenSet =
false;
96 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