@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAliasRequest extends GameLiftRequest implements ToCopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>
Represents the input for a request operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAliasRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasId()
A unique identifier for the alias that you want to update.
|
static UpdateAliasRequest.Builder |
builder() |
String |
description()
A human-readable description of the alias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A descriptive label that is associated with an alias.
|
RoutingStrategy |
routingStrategy()
The routing configuration, including routing type and fleet target, for the alias.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAliasRequest.Builder> |
serializableBuilderClass() |
UpdateAliasRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String aliasId()
A unique identifier for the alias that you want to update. You can use either the alias ID or ARN value.
public String name()
A descriptive label that is associated with an alias. Alias names do not need to be unique.
public String description()
A human-readable description of the alias.
public RoutingStrategy routingStrategy()
The routing configuration, including routing type and fleet target, for the alias.
public UpdateAliasRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAliasRequest.Builder,UpdateAliasRequest>toBuilder in class GameLiftRequestpublic static UpdateAliasRequest.Builder builder()
public static Class<? extends UpdateAliasRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.