@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateGameServerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateGameServerRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateGameServerRequest |
clone() |
boolean |
equals(Object obj) |
String |
getCustomSortKey()
A game server tag that can be used to request sorted lists of game servers using ListGameServers.
|
String |
getGameServerData()
A set of custom game server properties, formatted as a single string value.
|
String |
getGameServerGroupName()
An identifier for the game server group where the game server is running.
|
String |
getGameServerId()
The identifier for the game server to be updated.
|
String |
getHealthCheck()
Indicates health status of the game server.
|
String |
getUtilizationStatus()
Indicates whether the game server is available or is currently hosting gameplay.
|
int |
hashCode() |
void |
setCustomSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers.
|
void |
setGameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
void |
setGameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running.
|
void |
setGameServerId(String gameServerId)
The identifier for the game server to be updated.
|
void |
setHealthCheck(String healthCheck)
Indicates health status of the game server.
|
void |
setUtilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
String |
toString()
Returns a string representation of this object.
|
UpdateGameServerRequest |
withCustomSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers.
|
UpdateGameServerRequest |
withGameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value.
|
UpdateGameServerRequest |
withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running.
|
UpdateGameServerRequest |
withGameServerId(String gameServerId)
The identifier for the game server to be updated.
|
UpdateGameServerRequest |
withHealthCheck(GameServerHealthCheck healthCheck)
Indicates health status of the game server.
|
UpdateGameServerRequest |
withHealthCheck(String healthCheck)
Indicates health status of the game server.
|
UpdateGameServerRequest |
withUtilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
UpdateGameServerRequest |
withUtilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
|
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setGameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group where the game server is running. Use either the
GameServerGroup name or ARN value.public String getGameServerGroupName()
An identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.
public UpdateGameServerRequest withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.
gameServerGroupName - An identifier for the game server group where the game server is running. Use either the
GameServerGroup name or ARN value.public void setGameServerId(String gameServerId)
The identifier for the game server to be updated.
gameServerId - The identifier for the game server to be updated.public String getGameServerId()
The identifier for the game server to be updated.
public UpdateGameServerRequest withGameServerId(String gameServerId)
The identifier for the game server to be updated.
gameServerId - The identifier for the game server to be updated.public void setGameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on a game servers using DescribeGameServer or ClaimGameServer.
gameServerData - A set of custom game server properties, formatted as a single string value. This data is passed to a game
client or service when it requests information on a game servers using DescribeGameServer or
ClaimGameServer.public String getGameServerData()
A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on a game servers using DescribeGameServer or ClaimGameServer.
public UpdateGameServerRequest withGameServerData(String gameServerData)
A set of custom game server properties, formatted as a single string value. This data is passed to a game client or service when it requests information on a game servers using DescribeGameServer or ClaimGameServer.
gameServerData - A set of custom game server properties, formatted as a single string value. This data is passed to a game
client or service when it requests information on a game servers using DescribeGameServer or
ClaimGameServer.public void setCustomSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers. Custom sort keys are developer-defined based on how you want to organize the retrieved game server information.
customSortKey - A game server tag that can be used to request sorted lists of game servers using ListGameServers.
Custom sort keys are developer-defined based on how you want to organize the retrieved game server
information.public String getCustomSortKey()
A game server tag that can be used to request sorted lists of game servers using ListGameServers. Custom sort keys are developer-defined based on how you want to organize the retrieved game server information.
public UpdateGameServerRequest withCustomSortKey(String customSortKey)
A game server tag that can be used to request sorted lists of game servers using ListGameServers. Custom sort keys are developer-defined based on how you want to organize the retrieved game server information.
customSortKey - A game server tag that can be used to request sorted lists of game servers using ListGameServers.
Custom sort keys are developer-defined based on how you want to organize the retrieved game server
information.public void setUtilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
utilizationStatus - Indicates whether the game server is available or is currently hosting gameplay.GameServerUtilizationStatuspublic String getUtilizationStatus()
Indicates whether the game server is available or is currently hosting gameplay.
GameServerUtilizationStatuspublic UpdateGameServerRequest withUtilizationStatus(String utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
utilizationStatus - Indicates whether the game server is available or is currently hosting gameplay.GameServerUtilizationStatuspublic UpdateGameServerRequest withUtilizationStatus(GameServerUtilizationStatus utilizationStatus)
Indicates whether the game server is available or is currently hosting gameplay.
utilizationStatus - Indicates whether the game server is available or is currently hosting gameplay.GameServerUtilizationStatuspublic void setHealthCheck(String healthCheck)
Indicates health status of the game server. An update that explicitly includes this parameter updates the game server's LastHealthCheckTime time stamp.
healthCheck - Indicates health status of the game server. An update that explicitly includes this parameter updates the
game server's LastHealthCheckTime time stamp.GameServerHealthCheckpublic String getHealthCheck()
Indicates health status of the game server. An update that explicitly includes this parameter updates the game server's LastHealthCheckTime time stamp.
GameServerHealthCheckpublic UpdateGameServerRequest withHealthCheck(String healthCheck)
Indicates health status of the game server. An update that explicitly includes this parameter updates the game server's LastHealthCheckTime time stamp.
healthCheck - Indicates health status of the game server. An update that explicitly includes this parameter updates the
game server's LastHealthCheckTime time stamp.GameServerHealthCheckpublic UpdateGameServerRequest withHealthCheck(GameServerHealthCheck healthCheck)
Indicates health status of the game server. An update that explicitly includes this parameter updates the game server's LastHealthCheckTime time stamp.
healthCheck - Indicates health status of the game server. An update that explicitly includes this parameter updates the
game server's LastHealthCheckTime time stamp.GameServerHealthCheckpublic String toString()
toString in class ObjectObject.toString()public UpdateGameServerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.