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/GameSession.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
60 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
71 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DescribeGameSessionsResult & WithNextToken(Aws::String &&value)
void SetNextToken(const char *value)
AWS_GAMELIFT_API DescribeGameSessionsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGameSessionsResult & WithGameSessions(Aws::Vector< GameSession > &&value)
DescribeGameSessionsResult & AddGameSessions(const GameSession &value)
void SetRequestId(const Aws::String &value)
AWS_GAMELIFT_API DescribeGameSessionsResult()
void SetRequestId(Aws::String &&value)
DescribeGameSessionsResult & AddGameSessions(GameSession &&value)
const Aws::Vector< GameSession > & GetGameSessions() const
DescribeGameSessionsResult & WithRequestId(Aws::String &&value)
AWS_GAMELIFT_API DescribeGameSessionsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeGameSessionsResult & WithRequestId(const char *value)
void SetNextToken(Aws::String &&value)
const Aws::String & GetRequestId() const
DescribeGameSessionsResult & WithNextToken(const char *value)
void SetRequestId(const char *value)
DescribeGameSessionsResult & WithNextToken(const Aws::String &value)
const Aws::String & GetNextToken() const
void SetGameSessions(const Aws::Vector< GameSession > &value)
void SetGameSessions(Aws::Vector< GameSession > &&value)
void SetNextToken(const Aws::String &value)
DescribeGameSessionsResult & WithGameSessions(const Aws::Vector< GameSession > &value)
DescribeGameSessionsResult & WithRequestId(const Aws::String &value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue