@Generated(value="software.amazon.awssdk:codegen") public final class ListAliasesRequest extends GameLiftRequest implements ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAliasesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListAliasesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
name()
A descriptive label that is associated with an alias.
|
String |
nextToken()
A token that indicates the start of the next sequential page of results.
|
RoutingStrategyType |
routingStrategyType()
The routing type to filter results on.
|
String |
routingStrategyTypeAsString()
The routing type to filter results on.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAliasesRequest.Builder> |
serializableBuilderClass() |
ListAliasesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final RoutingStrategyType routingStrategyType()
The routing type to filter results on. Use this parameter to retrieve only aliases with a certain routing 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.
If the service returns an enum value that is not available in the current SDK version,
routingStrategyType will return RoutingStrategyType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from routingStrategyTypeAsString().
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 final String routingStrategyTypeAsString()
The routing type to filter results on. Use this parameter to retrieve only aliases with a certain routing 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.
If the service returns an enum value that is not available in the current SDK version,
routingStrategyType will return RoutingStrategyType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from routingStrategyTypeAsString().
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 final String name()
A descriptive label that is associated with an alias. Alias names do not need to be unique.
public final Integer limit()
The 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 final String nextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListAliasesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>toBuilder in class GameLiftRequestpublic static ListAliasesRequest.Builder builder()
public static Class<? extends ListAliasesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.