23 template<
typename RESULT_TYPE>
24 class AmazonWebServiceResult;
123 inline void SetNextToken(
const char* value) { m_nextToken.assign(value); }
void SetNextToken(const Aws::String &value)
DescribeGameSessionsResult & WithNextToken(const char *value)
std::vector< T, Aws::Allocator< T > > Vector
DescribeGameSessionsResult & AddGameSessions(const GameSession &value)
const Aws::String & GetNextToken() const
void SetGameSessions(const Aws::Vector< GameSession > &value)
DescribeGameSessionsResult & WithGameSessions(const Aws::Vector< GameSession > &value)
DescribeGameSessionsResult & WithNextToken(const Aws::String &value)
const Aws::Vector< GameSession > & GetGameSessions() const
void SetGameSessions(Aws::Vector< GameSession > &&value)
void SetNextToken(Aws::String &&value)
DescribeGameSessionsResult & AddGameSessions(GameSession &&value)
DescribeGameSessionsResult & WithNextToken(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetNextToken(const char *value)
DescribeGameSessionsResult & WithGameSessions(Aws::Vector< GameSession > &&value)
JSON (JavaScript Object Notation).