Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
names() |
The fleet names to describe.
|
String |
nextToken() |
The pagination token to use to retrieve the next page of results for this operation.
|
static Class<? extends DescribeFleetsRequest.Builder> |
serializableBuilderClass() |
|
DescribeFleetsRequest.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 List<String> names()
The fleet names to describe. Use null to describe all the fleets for the AWS account.
public String nextToken()
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
public DescribeFleetsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetsRequest.Builder,DescribeFleetsRequest>
public static DescribeFleetsRequest.Builder builder()
public static Class<? extends DescribeFleetsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.