Class UpdateGameSessionResult
java.lang.Object
com.amazonaws.services.gamelift.model.UpdateGameSessionResult
- 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 updated game session metadata.int
hashCode()
void
setGameSession
(GameSession gameSession) Object containing the updated game session metadata.toString()
Returns a string representation of this object; useful for testing and debugging.withGameSession
(GameSession gameSession) Object containing the updated game session metadata.
-
Constructor Details
-
UpdateGameSessionResult
public UpdateGameSessionResult()
-
-
Method Details
-
setGameSession
Object containing the updated game session metadata.
- Parameters:
gameSession
- Object containing the updated game session metadata.
-
getGameSession
Object containing the updated game session metadata.
- Returns:
- Object containing the updated game session metadata.
-
withGameSession
Object containing the updated game session metadata.
- Parameters:
gameSession
- Object containing the updated game session metadata.- 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
-