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;
DescribeGameServerResult & WithRequestId(RequestIdT &&value)
void SetGameServer(GameServerT &&value)
const Aws::String & GetRequestId() const
AWS_GAMELIFT_API DescribeGameServerResult()=default
AWS_GAMELIFT_API DescribeGameServerResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GAMELIFT_API DescribeGameServerResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const GameServer & GetGameServer() const
void SetRequestId(RequestIdT &&value)
DescribeGameServerResult & WithGameServer(GameServerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue