ToCopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListFleetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListFleetsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListFleetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
fleetIds() |
Set of fleet IDs matching the list request.
|
int |
hashCode() |
|
String |
nextToken() |
Token that indicates where to resume retrieving results on the next call to this action.
|
static Class<? extends ListFleetsResponse.Builder> |
serializableBuilderClass() |
|
ListFleetsResponse.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<String> fleetIds()
Set of fleet IDs matching the list request. You can retrieve additional information about all returned fleets by passing this result set to a call to DescribeFleetAttributes, DescribeFleetCapacity, or DescribeFleetUtilization.
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 ListFleetsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListFleetsResponse.Builder,ListFleetsResponse>
public static ListFleetsResponse.Builder builder()
public static Class<? extends ListFleetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.