Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListAliasesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListAliasesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListAliasesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
functionName() |
Lambda function name for which the alias is created.
|
String |
functionVersion() |
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda
function version, otherwise the API returns all of the aliases created for the Lambda function.
|
int |
hashCode() |
|
String |
marker() |
Optional string.
|
Integer |
maxItems() |
Optional integer.
|
static Class<? extends ListAliasesRequest.Builder> |
serializableBuilderClass() |
|
ListAliasesRequest.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()
Lambda function name for which the alias is created. 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 functionVersion()
If you specify this optional parameter, the API returns only the aliases that are pointing to the specific Lambda function version, otherwise the API returns all of the aliases created for the Lambda function.
public String marker()
Optional string. An opaque pagination token returned from a previous ListAliases
operation. If
present, indicates where to continue the listing.
ListAliases
operation.
If present, indicates where to continue the listing.public Integer maxItems()
Optional integer. Specifies the maximum number of aliases to return in response. This parameter value must be greater than 0.
public ListAliasesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
public static ListAliasesRequest.Builder builder()
public static Class<? extends ListAliasesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.