ToCopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribePlayerSessionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribePlayerSessionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribePlayerSessionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
List<PlayerSession> |
playerSessions() |
Collection of objects containing properties for each player session that matches the request.
|
static Class<? extends DescribePlayerSessionsResponse.Builder> |
serializableBuilderClass() |
|
DescribePlayerSessionsResponse.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 List<PlayerSession> playerSessions()
Collection of objects containing properties for each player session that matches the request.
public String nextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public DescribePlayerSessionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribePlayerSessionsResponse.Builder,DescribePlayerSessionsResponse>
public static DescribePlayerSessionsResponse.Builder builder()
public static Class<? extends DescribePlayerSessionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.