@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePlayerSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreatePlayerSessionResult() |
Modifier and Type | Method and Description |
---|---|
CreatePlayerSessionResult |
clone() |
boolean |
equals(Object obj) |
PlayerSession |
getPlayerSession()
Object that describes the newly created player session record.
|
int |
hashCode() |
void |
setPlayerSession(PlayerSession playerSession)
Object that describes the newly created player session record.
|
String |
toString()
Returns a string representation of this object.
|
CreatePlayerSessionResult |
withPlayerSession(PlayerSession playerSession)
Object that describes the newly created player session record.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPlayerSession(PlayerSession playerSession)
Object that describes the newly created player session record.
playerSession
- Object that describes the newly created player session record.public PlayerSession getPlayerSession()
Object that describes the newly created player session record.
public CreatePlayerSessionResult withPlayerSession(PlayerSession playerSession)
Object that describes the newly created player session record.
playerSession
- Object that describes the newly created player session record.public String toString()
toString
in class Object
Object.toString()
public CreatePlayerSessionResult clone()