@Generated(value="software.amazon.awssdk:codegen") public final class UpdateAliasResponse extends LambdaResponse implements ToCopyableBuilder<UpdateAliasResponse.Builder,UpdateAliasResponse>
Provides configuration information about a Lambda function alias.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateAliasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasArn()
The Amazon Resource Name (ARN) of the alias.
|
static UpdateAliasResponse.Builder |
builder() |
String |
description()
A description of the alias.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
functionVersion()
The function version that the alias invokes.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the alias.
|
String |
revisionId()
A unique identifier that changes when you update the alias.
|
AliasRoutingConfiguration |
routingConfig()
The routing
configuration of the alias.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateAliasResponse.Builder> |
serializableBuilderClass() |
UpdateAliasResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String aliasArn()
The Amazon Resource Name (ARN) of the alias.
public String name()
The name of the alias.
public String functionVersion()
The function version that the alias invokes.
public String description()
A description of the alias.
public AliasRoutingConfiguration routingConfig()
The routing configuration of the alias.
public String revisionId()
A unique identifier that changes when you update the alias.
public UpdateAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateAliasResponse.Builder,UpdateAliasResponse>toBuilder in class AwsResponsepublic static UpdateAliasResponse.Builder builder()
public static Class<? extends UpdateAliasResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsResponsepublic boolean equals(Object obj)
equals in class AwsResponsepublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2020. All rights reserved.