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