ToCopyableBuilder<CreatePlayerSessionResponse.Builder,CreatePlayerSessionResponse>
@Generated("software.amazon.awssdk:codegen") public class CreatePlayerSessionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreatePlayerSessionResponse.Builder,CreatePlayerSessionResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreatePlayerSessionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreatePlayerSessionResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
PlayerSession |
playerSession() |
Object that describes the newly created player session record.
|
static Class<? extends CreatePlayerSessionResponse.Builder> |
serializableBuilderClass() |
|
CreatePlayerSessionResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public PlayerSession playerSession()
Object that describes the newly created player session record.
public CreatePlayerSessionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreatePlayerSessionResponse.Builder,CreatePlayerSessionResponse>
public static CreatePlayerSessionResponse.Builder builder()
public static Class<? extends CreatePlayerSessionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.