@Generated(value="software.amazon.awssdk:codegen") public final class CreatePlayerSessionsResponse extends GameLiftResponse implements ToCopyableBuilder<CreatePlayerSessionsResponse.Builder,CreatePlayerSessionsResponse>
Represents the returned data in response to a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreatePlayerSessionsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static CreatePlayerSessionsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<PlayerSession> |
playerSessions()
Collection of player session objects created for the added players.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreatePlayerSessionsResponse.Builder> |
serializableBuilderClass() |
CreatePlayerSessionsResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<PlayerSession> playerSessions()
Collection of player session objects created for the added players.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreatePlayerSessionsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreatePlayerSessionsResponse.Builder,CreatePlayerSessionsResponse>toBuilder in class AwsResponsepublic static CreatePlayerSessionsResponse.Builder builder()
public static Class<? extends CreatePlayerSessionsResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.