Class CreateGameSessionResult
java.lang.Object
com.amazonaws.services.gamelift.model.CreateGameSessionResult
- All Implemented Interfaces:
Serializable, Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanObject containing the newly created game session record.inthashCode()voidsetGameSession(GameSession gameSession) Object containing the newly created game session record.toString()Returns a string representation of this object; useful for testing and debugging.withGameSession(GameSession gameSession) Object containing the newly created game session record.
-
Constructor Details
-
CreateGameSessionResult
public CreateGameSessionResult()
-
-
Method Details
-
setGameSession
Object containing the newly created game session record.
- Parameters:
gameSession- Object containing the newly created game session record.
-
getGameSession
Object containing the newly created game session record.
- Returns:
- Object containing the newly created game session record.
-
withGameSession
Object containing the newly created game session record.
- Parameters:
gameSession- Object containing the newly created game session record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-