Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetAliasRequest.Builder,GetAliasRequest>
@Generated("software.amazon.awssdk:codegen") public class GetAliasRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetAliasRequest.Builder,GetAliasRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetAliasRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetAliasRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
functionName() |
Function name for which the alias is created.
|
int |
hashCode() |
|
String |
name() |
Name of the alias for which you want to retrieve information.
|
static Class<? extends GetAliasRequest.Builder> |
serializableBuilderClass() |
|
GetAliasRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String functionName()
Function name for which the alias is created. An alias is a subresource that exists only in the context of an existing Lambda function so you must specify the function name. Note that the length constraint applies only to the ARN. If you specify only the function name, it is limited to 64 characters in length.
public String name()
Name of the alias for which you want to retrieve information.
public GetAliasRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetAliasRequest.Builder,GetAliasRequest>
public static GetAliasRequest.Builder builder()
public static Class<? extends GetAliasRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.