@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameServerGroupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeGameServerGroupRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeGameServerGroupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGameServerGroupName()
The unique identifier for the game server group being requested.
|
int |
hashCode() |
void |
setGameServerGroupName(String gameServerGroupName)
The unique identifier for the game server group being requested.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameServerGroupRequest |
withGameServerGroupName(String gameServerGroupName)
The unique identifier for the game server group being requested.
|
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)
The unique identifier for the game server group being requested. Use either the GameServerGroup name or ARN value.
gameServerGroupName
- The unique identifier for the game server group being requested. Use either the GameServerGroup
name or ARN value.public String getGameServerGroupName()
The unique identifier for the game server group being requested. Use either the GameServerGroup name or ARN value.
public DescribeGameServerGroupRequest withGameServerGroupName(String gameServerGroupName)
The unique identifier for the game server group being requested. Use either the GameServerGroup name or ARN value.
gameServerGroupName
- The unique identifier for the game server group being requested. Use either the GameServerGroup
name or ARN value.public String toString()
toString
in class Object
Object.toString()
public DescribeGameServerGroupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.