@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeregisterGameServerRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DeregisterGameServerRequest() |
Modifier and Type | Method and Description |
---|---|
DeregisterGameServerRequest |
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 to deregister.
|
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 to deregister.
|
String |
toString()
Returns a string representation of this object.
|
DeregisterGameServerRequest |
withGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group where the game server is running.
|
DeregisterGameServerRequest |
withGameServerId(String gameServerId)
A custom string that uniquely identifies the game server to deregister.
|
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 DeregisterGameServerRequest 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 to deregister.
gameServerId
- A custom string that uniquely identifies the game server to deregister.public String getGameServerId()
A custom string that uniquely identifies the game server to deregister.
public DeregisterGameServerRequest withGameServerId(String gameServerId)
A custom string that uniquely identifies the game server to deregister.
gameServerId
- A custom string that uniquely identifies the game server to deregister.public String toString()
toString
in class Object
Object.toString()
public DeregisterGameServerRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()