@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()
A unique identifier for the game server group.
|
int |
hashCode() |
void |
setGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameServerGroupRequest |
withGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group.
|
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. Use either the GameServerGroup name or ARN value.
gameServerGroupName
- A unique identifier for the game server group. Use either the GameServerGroup name or ARN value.public String getGameServerGroupName()
A unique identifier for the game server group. Use either the GameServerGroup name or ARN value.
public DescribeGameServerGroupRequest withGameServerGroupName(String gameServerGroupName)
A unique identifier for the game server group. Use either the GameServerGroup name or ARN value.
gameServerGroupName
- A unique identifier for the game server group. 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()