7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/model/GameServer.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template<
typename GameServerT = GameServer>
42 void SetGameServer(GameServerT&& value) { m_gameServerHasBeenSet =
true; m_gameServer = std::forward<GameServerT>(value); }
43 template<
typename GameServerT = GameServer>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_gameServerHasBeenSet =
false;
61 bool m_requestIdHasBeenSet =
false;
ClaimGameServerResult & WithGameServer(GameServerT &&value)
ClaimGameServerResult & WithRequestId(RequestIdT &&value)
const GameServer & GetGameServer() const
AWS_GAMELIFT_API ClaimGameServerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetGameServer(GameServerT &&value)
AWS_GAMELIFT_API ClaimGameServerResult()=default
void SetRequestId(RequestIdT &&value)
AWS_GAMELIFT_API ClaimGameServerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue