Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
@Generated("software.amazon.awssdk:codegen") public class ListClustersRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListClustersRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListClustersRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The number of
ClusterListEntry objects to return. |
String |
nextToken() |
HTTP requests are stateless.
|
static Class<? extends ListClustersRequest.Builder> |
serializableBuilderClass() |
|
ListClustersRequest.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 maxResults()
The number of ClusterListEntry
objects to return.
ClusterListEntry
objects to return.public String nextToken()
HTTP requests are stateless. To identify what object comes "next" in the list of ClusterListEntry
objects, you have the option of specifying NextToken
as the starting point for your returned list.
ClusterListEntry
objects, you have the option of specifying NextToken
as the
starting point for your returned list.public ListClustersRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListClustersRequest.Builder,ListClustersRequest>
public static ListClustersRequest.Builder builder()
public static Class<? extends ListClustersRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.