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>
46 template<
typename GameServerGroupNameT = Aws::String>
47 void SetGameServerGroupName(GameServerGroupNameT&& value) { m_gameServerGroupNameHasBeenSet =
true; m_gameServerGroupName = std::forward<GameServerGroupNameT>(value); }
48 template<
typename GameServerGroupNameT = Aws::String>
58 template<
typename SuspendActionsT = Aws::Vector<GameServerGroupAction>>
59 void SetSuspendActions(SuspendActionsT&& value) { m_suspendActionsHasBeenSet =
true; m_suspendActions = std::forward<SuspendActionsT>(value); }
60 template<
typename SuspendActionsT = Aws::Vector<GameServerGroupAction>>
67 bool m_gameServerGroupNameHasBeenSet =
false;
70 bool m_suspendActionsHasBeenSet =
false;
bool GameServerGroupNameHasBeenSet() const
void SetSuspendActions(SuspendActionsT &&value)
const Aws::String & GetGameServerGroupName() const
void SetGameServerGroupName(GameServerGroupNameT &&value)
AWS_GAMELIFT_API SuspendGameServerGroupRequest()=default
virtual const char * GetServiceRequestName() const override
AWS_GAMELIFT_API Aws::String SerializePayload() const override
SuspendGameServerGroupRequest & WithSuspendActions(SuspendActionsT &&value)
SuspendGameServerGroupRequest & WithGameServerGroupName(GameServerGroupNameT &&value)
SuspendGameServerGroupRequest & AddSuspendActions(GameServerGroupAction value)
const Aws::Vector< GameServerGroupAction > & GetSuspendActions() const
bool SuspendActionsHasBeenSet() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
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