@Generated(value="software.amazon.awssdk:codegen") public final class ListApplicationVersionsRequest extends KinesisAnalyticsV2Request implements ToCopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationVersionsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of the application for which you want to list all versions.
|
static ListApplicationVersionsRequest.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 versions to list in this invocation of the operation.
|
String |
nextToken()
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the
next set of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListApplicationVersionsRequest.Builder> |
serializableBuilderClass() |
ListApplicationVersionsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String applicationName()
The name of the application for which you want to list all versions.
public final Integer limit()
The maximum number of versions to list in this invocation of the operation.
public final String nextToken()
If a previous invocation of this operation returned a pagination token, pass it into this value to retrieve the next set of results. For more information about pagination, see Using the Amazon Command Line Interface's Pagination Options.
public ListApplicationVersionsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListApplicationVersionsRequest.Builder,ListApplicationVersionsRequest>toBuilder in class KinesisAnalyticsV2Requestpublic static ListApplicationVersionsRequest.Builder builder()
public static Class<? extends ListApplicationVersionsRequest.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.