@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameServerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DescribeGameServerRequest() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGameServerRequest |
clone() |
boolean |
equals(Object obj) |
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 retrieved.
|
int |
hashCode() |
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 retrieved.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameServerRequest |
withGameServerGroupName(String gameServerGroupName)
An identifier for the game server group where the game server is running.
|
DescribeGameServerRequest |
withGameServerId(String gameServerId)
The identifier for the game server to be retrieved.
|
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 DescribeGameServerRequest 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 retrieved.
gameServerId - The identifier for the game server to be retrieved.public String getGameServerId()
The identifier for the game server to be retrieved.
public DescribeGameServerRequest withGameServerId(String gameServerId)
The identifier for the game server to be retrieved.
gameServerId - The identifier for the game server to be retrieved.public String toString()
toString in class ObjectObject.toString()public DescribeGameServerRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.