@Generated(value="software.amazon.awssdk:codegen") public final class ListAliasesRequest extends SageMakerRequest implements ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListAliasesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
The alias of the image version.
|
static ListAliasesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
imageName()
The name of the image.
|
Integer |
maxResults()
The maximum number of aliases to return.
|
String |
nextToken()
If the previous call to
ListAliases didn't return the full set of aliases, the call returns a token
for retrieving the next set of aliases. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListAliasesRequest.Builder> |
serializableBuilderClass() |
ListAliasesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
version()
The version of the image.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String imageName()
The name of the image.
public final String alias()
The alias of the image version.
public final Integer version()
The version of the image. If image version is not specified, the aliases of all versions of the image are listed.
public final Integer maxResults()
The maximum number of aliases to return.
public final String nextToken()
If the previous call to ListAliases didn't return the full set of aliases, the call returns a token
for retrieving the next set of aliases.
ListAliases didn't return the full set of aliases, the call returns
a token for retrieving the next set of aliases.public ListAliasesRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>toBuilder in class SageMakerRequestpublic 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 © 2023. All rights reserved.