7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/gamelift/GameLiftRequest.h>
9#include <aws/gamelift/GameLift_EXPORTS.h>
10#include <aws/gamelift/model/GameServerHealthCheck.h>
11#include <aws/gamelift/model/GameServerUtilizationStatus.h>
42 template <
typename GameServerGroupNameT = Aws::String>
44 m_gameServerGroupNameHasBeenSet =
true;
45 m_gameServerGroupName = std::forward<GameServerGroupNameT>(value);
47 template <
typename GameServerGroupNameT = Aws::String>
60 template <
typename GameServerIdT = Aws::String>
62 m_gameServerIdHasBeenSet =
true;
63 m_gameServerId = std::forward<GameServerIdT>(value);
65 template <
typename GameServerIdT = Aws::String>
80 template <
typename GameServerDataT = Aws::String>
82 m_gameServerDataHasBeenSet =
true;
83 m_gameServerData = std::forward<GameServerDataT>(value);
85 template <
typename GameServerDataT = Aws::String>
102 m_utilizationStatusHasBeenSet =
true;
103 m_utilizationStatus = value;
119 m_healthCheckHasBeenSet =
true;
120 m_healthCheck = value;
137 bool m_gameServerGroupNameHasBeenSet =
false;
138 bool m_gameServerIdHasBeenSet =
false;
139 bool m_gameServerDataHasBeenSet =
false;
140 bool m_utilizationStatusHasBeenSet =
false;
141 bool m_healthCheckHasBeenSet =
false;
UpdateGameServerRequest & WithHealthCheck(GameServerHealthCheck value)
const Aws::String & GetGameServerGroupName() const
const Aws::String & GetGameServerData() const
void SetGameServerData(GameServerDataT &&value)
AWS_GAMELIFT_API UpdateGameServerRequest()=default
UpdateGameServerRequest & WithGameServerId(GameServerIdT &&value)
void SetHealthCheck(GameServerHealthCheck value)
GameServerHealthCheck GetHealthCheck() const
bool UtilizationStatusHasBeenSet() const
UpdateGameServerRequest & WithGameServerData(GameServerDataT &&value)
AWS_GAMELIFT_API Aws::String SerializePayload() const override
bool GameServerGroupNameHasBeenSet() const
UpdateGameServerRequest & WithUtilizationStatus(GameServerUtilizationStatus value)
void SetUtilizationStatus(GameServerUtilizationStatus value)
void SetGameServerGroupName(GameServerGroupNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetGameServerId(GameServerIdT &&value)
GameServerUtilizationStatus GetUtilizationStatus() const
bool GameServerDataHasBeenSet() const
const Aws::String & GetGameServerId() const
bool HealthCheckHasBeenSet() const
bool GameServerIdHasBeenSet() const
AWS_GAMELIFT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
UpdateGameServerRequest & WithGameServerGroupName(GameServerGroupNameT &&value)
GameServerUtilizationStatus
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String