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