@Generated(value="software.amazon.awssdk:codegen") public final class ListApplicationsRequest extends KinesisAnalyticsRequest implements ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListApplicationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
exclusiveStartApplicationName()
Name of the application to start the list with.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Maximum number of applications to list.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListApplicationsRequest.Builder> |
serializableBuilderClass() |
ListApplicationsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer limit()
Maximum number of applications to list.
public final String exclusiveStartApplicationName()
Name of the application to start the list with. When using pagination to retrieve the list, you don't need to specify this parameter in the first request. However, in subsequent requests, you add the last application name from the previous response to get the next page of applications.
public ListApplicationsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>toBuilder in class KinesisAnalyticsRequestpublic static ListApplicationsRequest.Builder builder()
public static Class<? extends ListApplicationsRequest.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.