@Generated(value="software.amazon.awssdk:codegen") public final class CreateAliasResponse extends LambdaResponse implements ToCopyableBuilder<CreateAliasResponse.Builder,CreateAliasResponse>
Provides configuration information about a Lambda function alias.
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateAliasResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
aliasArn()
The Amazon Resource Name (ARN) of the alias.
|
static CreateAliasResponse.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 CreateAliasResponse.Builder> |
serializableBuilderClass() |
CreateAliasResponse.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 CreateAliasResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateAliasResponse.Builder,CreateAliasResponse>toBuilder in class AwsResponsepublic static CreateAliasResponse.Builder builder()
public static Class<? extends CreateAliasResponse.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 © 2019. All rights reserved.