@Generated(value="software.amazon.awssdk:codegen") public class ListApplicationsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
Represents the input of a ListApplications operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListApplicationsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
static ListApplicationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
nextToken()
An identifier returned from the previous list applications call.
|
static Class<? extends ListApplicationsRequest.Builder> |
serializableBuilderClass() |
ListApplicationsRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String nextToken()
An identifier returned from the previous list applications call. It can be used to return the next set of applications in the list.
public ListApplicationsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>public static ListApplicationsRequest.Builder builder()
public static Class<? extends ListApplicationsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.