@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() |
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, copyBaseTo, 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, withSdkRequestTimeoutpublic 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 ObjectObject.toString()public DescribeGameServerGroupRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2020. All rights reserved.