7#include <aws/gamelift/GameLift_EXPORTS.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/gamelift/model/GameServerGroupDeleteOption.h>
47 inline void SetGameServerGroupName(
const char* value) { m_gameServerGroupNameHasBeenSet =
true; m_gameServerGroupName.assign(value); }
74 bool m_gameServerGroupNameHasBeenSet =
false;
77 bool m_deleteOptionHasBeenSet =
false;
AWS_GAMELIFT_API DeleteGameServerGroupRequest()
void SetGameServerGroupName(Aws::String &&value)
DeleteGameServerGroupRequest & WithGameServerGroupName(const Aws::String &value)
const Aws::String & GetGameServerGroupName() const
bool DeleteOptionHasBeenSet() const
DeleteGameServerGroupRequest & WithGameServerGroupName(const char *value)
void SetDeleteOption(const GameServerGroupDeleteOption &value)
virtual const char * GetServiceRequestName() const override
AWS_GAMELIFT_API Aws::String SerializePayload() const override
DeleteGameServerGroupRequest & WithDeleteOption(GameServerGroupDeleteOption &&value)
DeleteGameServerGroupRequest & WithDeleteOption(const GameServerGroupDeleteOption &value)
const GameServerGroupDeleteOption & GetDeleteOption() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool GameServerGroupNameHasBeenSet() const
void SetGameServerGroupName(const char *value)
void SetDeleteOption(GameServerGroupDeleteOption &&value)
DeleteGameServerGroupRequest & WithGameServerGroupName(Aws::String &&value)
void SetGameServerGroupName(const Aws::String &value)
GameServerGroupDeleteOption
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String