@Generated(value="software.amazon.awssdk:codegen") public final class UpdateGameSessionQueueResponse extends GameLiftResponse implements ToCopyableBuilder<UpdateGameSessionQueueResponse.Builder,UpdateGameSessionQueueResponse>
Represents the returned data in response to a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateGameSessionQueueResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateGameSessionQueueResponse.Builder |
builder() |
boolean |
equals(Object obj) |
GameSessionQueue |
gameSessionQueue()
Object that describes the newly updated game session queue.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateGameSessionQueueResponse.Builder> |
serializableBuilderClass() |
UpdateGameSessionQueueResponse.Builder |
toBuilder() |
String |
toString() |
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic GameSessionQueue gameSessionQueue()
Object that describes the newly updated game session queue.
public UpdateGameSessionQueueResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateGameSessionQueueResponse.Builder,UpdateGameSessionQueueResponse>toBuilder in class AwsResponsepublic static UpdateGameSessionQueueResponse.Builder builder()
public static Class<? extends UpdateGameSessionQueueResponse.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2019. All rights reserved.