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()
boolean
Object containing the newly created game session record.int
hashCode()
void
setGameSession
(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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-