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/GameServer.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template<
typename GameServersT = Aws::Vector<GameServer>>
43 void SetGameServers(GameServersT&& value) { m_gameServersHasBeenSet =
true; m_gameServers = std::forward<GameServersT>(value); }
44 template<
typename GameServersT = Aws::Vector<GameServer>>
46 template<
typename GameServersT = GameServer>
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
66 template<
typename RequestIdT = Aws::String>
67 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
68 template<
typename RequestIdT = Aws::String>
74 bool m_gameServersHasBeenSet =
false;
77 bool m_nextTokenHasBeenSet =
false;
80 bool m_requestIdHasBeenSet =
false;
ListGameServersResult & AddGameServers(GameServersT &&value)
ListGameServersResult & WithGameServers(GameServersT &&value)
const Aws::String & GetRequestId() const
void SetNextToken(NextTokenT &&value)
ListGameServersResult & WithNextToken(NextTokenT &&value)
ListGameServersResult & WithRequestId(RequestIdT &&value)
AWS_GAMELIFT_API ListGameServersResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::Vector< GameServer > & GetGameServers() const
AWS_GAMELIFT_API ListGameServersResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
AWS_GAMELIFT_API ListGameServersResult()=default
void SetGameServers(GameServersT &&value)
const Aws::String & GetNextToken() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue