@Generated(value="software.amazon.awssdk:codegen") public final class PlacedPlayerSession extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>
Information about a player session. This object contains only the player ID and player session ID. To retrieve full details on a player session, call DescribePlayerSessions with the player session ID.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PlacedPlayerSession.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PlacedPlayerSession.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
playerId()
A unique identifier for a player that is associated with this player session.
|
String |
playerSessionId()
A unique identifier for a player session.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PlacedPlayerSession.Builder> |
serializableBuilderClass() |
PlacedPlayerSession.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String playerId()
A unique identifier for a player that is associated with this player session.
public final String playerSessionId()
A unique identifier for a player session.
public PlacedPlayerSession.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PlacedPlayerSession.Builder,PlacedPlayerSession>public static PlacedPlayerSession.Builder builder()
public static Class<? extends PlacedPlayerSession.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.