@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()
A unique identifier for the game server group where the game server is running.
|
String |
getGameServerId()
A custom string that uniquely identifies the game server information to be retrieved.
|
int |
hashCode() |
void |
setGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group where the game server is running.
|
void |
setGameServerId(String gameServerId)
A custom string that uniquely identifies the game server information to be retrieved.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameServerRequest |
withGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group where the game server is running.
|
DescribeGameServerRequest |
withGameServerId(String gameServerId)
A custom string that uniquely identifies the game server information 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)
A unique identifier for the game server group where the game server is running.
gameServerGroupName
- A unique identifier for the game server group where the game server is running.public String getGameServerGroupName()
A unique identifier for the game server group where the game server is running.
public DescribeGameServerRequest withGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group where the game server is running.
gameServerGroupName
- A unique identifier for the game server group where the game server is running.public void setGameServerId(String gameServerId)
A custom string that uniquely identifies the game server information to be retrieved.
gameServerId
- A custom string that uniquely identifies the game server information to be retrieved.public String getGameServerId()
A custom string that uniquely identifies the game server information to be retrieved.
public DescribeGameServerRequest withGameServerId(String gameServerId)
A custom string that uniquely identifies the game server information to be retrieved.
gameServerId
- A custom string that uniquely identifies the game server information to be retrieved.public String toString()
toString
in class Object
Object.toString()
public DescribeGameServerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()