7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/GameServerGroup.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
40 template <
typename GameServerGroupT = GameServerGroup>
42 m_gameServerGroupHasBeenSet =
true;
43 m_gameServerGroup = std::forward<GameServerGroupT>(value);
45 template <
typename GameServerGroupT = GameServerGroup>
55 template <
typename RequestIdT = Aws::String>
57 m_requestIdHasBeenSet =
true;
58 m_requestId = std::forward<RequestIdT>(value);
60 template <
typename RequestIdT = Aws::String>
73 bool m_gameServerGroupHasBeenSet =
false;
74 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
CreateGameServerGroupResult & WithGameServerGroup(GameServerGroupT &&value)
AWS_GAMELIFT_API CreateGameServerGroupResult()=default
CreateGameServerGroupResult & WithRequestId(RequestIdT &&value)
const GameServerGroup & GetGameServerGroup() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetGameServerGroup(GameServerGroupT &&value)
void SetRequestId(RequestIdT &&value)
AWS_GAMELIFT_API CreateGameServerGroupResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_GAMELIFT_API CreateGameServerGroupResult & 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