Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFleetCapacityRequest.Builder,DescribeFleetCapacityRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetCapacityRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFleetCapacityRequest.Builder,DescribeFleetCapacityRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetCapacityRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetCapacityRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
fleetIds() |
Unique identifier for a fleet(s) to retrieve capacity information for.
|
int |
hashCode() |
|
Integer |
limit() |
Maximum number of results to return.
|
String |
nextToken() |
Token that indicates the start of the next sequential page of results.
|
static Class<? extends DescribeFleetCapacityRequest.Builder> |
serializableBuilderClass() |
|
DescribeFleetCapacityRequest.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> fleetIds()
Unique identifier for a fleet(s) to retrieve capacity information for. To request capacity information for all fleets, leave this parameter empty.
public Integer limit()
Maximum number of results to return. Use this parameter with NextToken
to get results as a set of
sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.
NextToken
to get results as a
set of sequential pages. This parameter is ignored when the request specifies one or a list of fleet IDs.public String nextToken()
Token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this action. To specify the start of the result set, do not specify a value. This parameter is ignored when the request specifies one or a list of fleet IDs.
public DescribeFleetCapacityRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetCapacityRequest.Builder,DescribeFleetCapacityRequest>
public static DescribeFleetCapacityRequest.Builder builder()
public static Class<? extends DescribeFleetCapacityRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.