Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListApplicationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
Represents the input of a ListApplications operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListApplicationsRequest.Builder |
NOOP
Modifier and Type | Method | 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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
public static ListApplicationsRequest.Builder builder()
public static Class<? extends ListApplicationsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.