Cloneable, ReadLimitInfo, ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>@Generated("software.amazon.awssdk:codegen") public class ListAliasesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
Represents the input for a request action.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListAliasesRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListAliasesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of results to return.
|
String |
name() |
Descriptive label that is associated with an alias.
|
String |
nextToken() |
Token that indicates the start of the next sequential page of results.
|
String |
routingStrategyType() |
Type of routing to filter results on.
|
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, withSdkClientExecutionTimeoutpublic String routingStrategyType()
Type of routing to filter results on. Use this parameter to retrieve only aliases of a certain type. To retrieve all aliases, leave this parameter empty.
Possible routing types include the following:
SIMPLE – The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL – The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.
Possible routing types include the following:
SIMPLE – The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL – The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the RoutingStrategy message embedded.
RoutingStrategyTypepublic String name()
Descriptive label that is associated with an alias. Alias names do not need to be unique.
public Integer limit()
Maximum number of results to return. Use this parameter with NextToken to get results as a set of
sequential pages.
NextToken to get results as a
set of sequential pages.public String nextToken()
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value.
public ListAliasesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder 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.