@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()
Creates a shallow clone of this object for all fields except the handler context.
|
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, 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, withSdkRequestTimeout
public 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 Object
Object.toString()
public DescribeGameServerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.