Class CreatePlayerSessionResult
java.lang.Object
com.amazonaws.services.gamelift.model.CreatePlayerSessionResult
- 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 player session record.inthashCode()voidsetPlayerSession(PlayerSession playerSession) Object containing the newly created player session record.toString()Returns a string representation of this object; useful for testing and debugging.withPlayerSession(PlayerSession playerSession) Object containing the newly created player session record.
-
Constructor Details
-
CreatePlayerSessionResult
public CreatePlayerSessionResult()
-
-
Method Details
-
setPlayerSession
Object containing the newly created player session record.
- Parameters:
playerSession- Object containing the newly created player session record.
-
getPlayerSession
Object containing the newly created player session record.
- Returns:
- Object containing the newly created player session record.
-
withPlayerSession
Object containing the newly created player session record.
- Parameters:
playerSession- Object containing the newly created player session record.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-