Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListApplicationsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListApplicationsRequest.Builder,ListApplicationsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListApplicationsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListApplicationsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
exclusiveStartApplicationName() |
Name of the application to start the list with.
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of applications to list.
|
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 Integer limit()
Maximum number of applications to list.
public 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()
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.