@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePlayerSessionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the returned data in response to a request action.
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; useful for testing and debugging.
|
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.