@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameServerGroupResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeGameServerGroupResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGameServerGroupResult |
clone() |
boolean |
equals(Object obj) |
GameServerGroup |
getGameServerGroup()
An object that describes the requested game server group resource.
|
int |
hashCode() |
void |
setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameServerGroupResult |
withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
gameServerGroup - An object that describes the requested game server group resource.public GameServerGroup getGameServerGroup()
An object that describes the requested game server group resource.
public DescribeGameServerGroupResult withGameServerGroup(GameServerGroup gameServerGroup)
An object that describes the requested game server group resource.
gameServerGroup - An object that describes the requested game server group resource.public String toString()
toString in class ObjectObject.toString()public DescribeGameServerGroupResult clone()
Copyright © 2020. All rights reserved.