Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreatePlayerSessionRequest.Builder,CreatePlayerSessionRequest>
@Generated("software.amazon.awssdk:codegen") public class CreatePlayerSessionRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreatePlayerSessionRequest.Builder,CreatePlayerSessionRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePlayerSessionRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static CreatePlayerSessionRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
gameSessionId() |
Unique identifier for the game session to add a player to.
|
int |
hashCode() |
|
String |
playerData() |
Developer-defined information related to a player.
|
String |
playerId() |
Unique identifier for a player.
|
static Class<? extends CreatePlayerSessionRequest.Builder> |
serializableBuilderClass() |
|
CreatePlayerSessionRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String gameSessionId()
Unique identifier for the game session to add a player to.
public String playerId()
Unique identifier for a player. Player IDs are developer-defined.
public String playerData()
Developer-defined information related to a player. Amazon GameLift does not use this data, so it can be formatted as needed for use in the game.
public CreatePlayerSessionRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePlayerSessionRequest.Builder,CreatePlayerSessionRequest>
public static CreatePlayerSessionRequest.Builder builder()
public static Class<? extends CreatePlayerSessionRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.