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