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