ToCopyableBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetAttributesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>
Represents the returned data in response to a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetAttributesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetAttributesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<FleetAttributes> |
fleetAttributes() |
Collection of objects containing attribute metadata 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 DescribeFleetAttributesResponse.Builder> |
serializableBuilderClass() |
|
DescribeFleetAttributesResponse.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<FleetAttributes> fleetAttributes()
Collection of objects containing attribute metadata for each requested fleet ID.
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 DescribeFleetAttributesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetAttributesResponse.Builder,DescribeFleetAttributesResponse>
public static DescribeFleetAttributesResponse.Builder builder()
public static Class<? extends DescribeFleetAttributesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.