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/core/utils/memory/stl/AWSVector.h>
11#include <aws/gamelift/model/GameServerGroupAction.h>
48 inline void SetGameServerGroupName(
const char* value) { m_gameServerGroupNameHasBeenSet =
true; m_gameServerGroupName.assign(value); }
70 bool m_gameServerGroupNameHasBeenSet =
false;
73 bool m_resumeActionsHasBeenSet =
false;
void SetResumeActions(const Aws::Vector< GameServerGroupAction > &value)
AWS_GAMELIFT_API ResumeGameServerGroupRequest()
bool ResumeActionsHasBeenSet() const
virtual const char * GetServiceRequestName() const override
ResumeGameServerGroupRequest & AddResumeActions(const GameServerGroupAction &value)
void SetGameServerGroupName(Aws::String &&value)
ResumeGameServerGroupRequest & WithGameServerGroupName(const char *value)
void SetGameServerGroupName(const Aws::String &value)
const Aws::Vector< GameServerGroupAction > & GetResumeActions() const
bool GameServerGroupNameHasBeenSet() const
ResumeGameServerGroupRequest & WithGameServerGroupName(Aws::String &&value)
const Aws::String & GetGameServerGroupName() const
ResumeGameServerGroupRequest & WithResumeActions(const Aws::Vector< GameServerGroupAction > &value)
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ResumeGameServerGroupRequest & WithGameServerGroupName(const Aws::String &value)
ResumeGameServerGroupRequest & WithResumeActions(Aws::Vector< GameServerGroupAction > &&value)
void SetResumeActions(Aws::Vector< GameServerGroupAction > &&value)
ResumeGameServerGroupRequest & AddResumeActions(GameServerGroupAction &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
void SetGameServerGroupName(const char *value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector