@Generated(value="software.amazon.awssdk:codegen") public final class UpdateStageRequest extends GameSparksRequest implements ToCopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateStageRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateStageRequest.Builder |
builder() |
String |
description()
The description of the stage.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
gameName()
The name of the game.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
role()
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateStageRequest.Builder> |
serializableBuilderClass() |
String |
stageName()
The name of the stage.
|
UpdateStageRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String description()
The description of the stage.
public final String gameName()
The name of the game.
public final String role()
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
public final String stageName()
The name of the stage.
public UpdateStageRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateStageRequest.Builder,UpdateStageRequest>toBuilder in class GameSparksRequestpublic static UpdateStageRequest.Builder builder()
public static Class<? extends UpdateStageRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.