@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeGameServerResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeGameServerResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeGameServerResult |
clone() |
boolean |
equals(Object obj) |
GameServer |
getGameServer()
Object that describes the requested game server.
|
int |
hashCode() |
void |
setGameServer(GameServer gameServer)
Object that describes the requested game server.
|
String |
toString()
Returns a string representation of this object.
|
DescribeGameServerResult |
withGameServer(GameServer gameServer)
Object that describes the requested game server.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setGameServer(GameServer gameServer)
Object that describes the requested game server.
gameServer - Object that describes the requested game server.public GameServer getGameServer()
Object that describes the requested game server.
public DescribeGameServerResult withGameServer(GameServer gameServer)
Object that describes the requested game server.
gameServer - Object that describes the requested game server.public String toString()
toString in class ObjectObject.toString()public DescribeGameServerResult clone()