Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeFleetAttributesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>
Represents the input for a request action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeFleetAttributesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static DescribeFleetAttributesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<String> |
fleetIds() |
Unique identifier for a fleet(s) to retrieve attributes 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 DescribeFleetAttributesRequest.Builder> |
serializableBuilderClass() |
|
DescribeFleetAttributesRequest.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 attributes for. To request attributes 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 DescribeFleetAttributesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>
public static DescribeFleetAttributesRequest.Builder builder()
public static Class<? extends DescribeFleetAttributesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.