ToCopyableBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetCapacityResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetCapacityResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetCapacityResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FleetCapacity> |
fleetCapacity() |
Collection of objects containing capacity information for each requested fleet ID.
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
static Class<? extends DescribeFleetCapacityResponse.Builder> |
serializableBuilderClass() |
|
DescribeFleetCapacityResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<FleetCapacity> fleetCapacity()
Collection of objects containing capacity information for each requested fleet ID. Leave this parameter empty to retrieve capacity information for all fleets.
public String nextToken()
Token that indicates where to resume retrieving results on the next call to this action. If no token is returned, these results represent the end of the list.
public DescribeFleetCapacityResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetCapacityResponse.Builder,DescribeFleetCapacityResponse>
public static DescribeFleetCapacityResponse.Builder builder()
public static Class<? extends DescribeFleetCapacityResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.