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