@Generated(value="software.amazon.awssdk:codegen") public final class DescribeFleetAttributesRequest extends GameLiftRequest implements ToCopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>
Represents the input for a request action.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeFleetAttributesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeFleetAttributesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<String> |
fleetIds()
Unique identifier for a fleet(s) to retrieve attributes for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
Maximum number of results to return.
|
String |
nextToken()
Token that indicates the start of the next sequential page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeFleetAttributesRequest.Builder> |
serializableBuilderClass() |
DescribeFleetAttributesRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> fleetIds()
Unique identifier for a fleet(s) to retrieve attributes for. To request attributes for all fleets, leave this parameter empty.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 start at the beginning 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()
toBuilder in interface ToCopyableBuilder<DescribeFleetAttributesRequest.Builder,DescribeFleetAttributesRequest>toBuilder in class GameLiftRequestpublic static DescribeFleetAttributesRequest.Builder builder()
public static Class<? extends DescribeFleetAttributesRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.