@Generated(value="software.amazon.awssdk:codegen") public final class ListApplicationSnapshotsRequest extends KinesisAnalyticsV2Request implements ToCopyableBuilder<ListApplicationSnapshotsRequest.Builder,ListApplicationSnapshotsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationSnapshotsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationName()
The name of an existing application.
|
static ListApplicationSnapshotsRequest.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 application snapshots to list.
|
String |
nextToken()
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListApplicationSnapshotsRequest.Builder> |
serializableBuilderClass() |
ListApplicationSnapshotsRequest.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 an existing application.
public final Integer limit()
The maximum number of application snapshots to list.
public final String nextToken()
Use this parameter if you receive a NextToken response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken response to
indicate where the output should continue from.
NextToken response in a previous request that indicates
that there is more output available. Set it to the value of the previous call's NextToken
response to indicate where the output should continue from.public ListApplicationSnapshotsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListApplicationSnapshotsRequest.Builder,ListApplicationSnapshotsRequest>toBuilder in class KinesisAnalyticsV2Requestpublic static ListApplicationSnapshotsRequest.Builder builder()
public static Class<? extends ListApplicationSnapshotsRequest.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.