@Generated(value="software.amazon.awssdk:codegen") public final class ListComputeRequest extends GameLiftRequest implements ToCopyableBuilder<ListComputeRequest.Builder,ListComputeRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListComputeRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListComputeRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetId()
A unique identifier for the fleet to retrieve compute resources for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
limit()
The maximum number of results to return.
|
String |
location()
The name of a location to retrieve compute resources for.
|
String |
nextToken()
A token that indicates the start of the next sequential page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListComputeRequest.Builder> |
serializableBuilderClass() |
ListComputeRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fleetId()
A unique identifier for the fleet to retrieve compute resources for.
public final String location()
The name of a location to retrieve compute resources for.
public final Integer limit()
The maximum number of results to return. Use this parameter with NextToken to get results as a set
of sequential pages.
NextToken to get results as
a set of sequential pages.public final String nextToken()
A token that indicates the start of the next sequential page of results. Use the token that is returned with a previous call to this operation. To start at the beginning of the result set, do not specify a value.
public ListComputeRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListComputeRequest.Builder,ListComputeRequest>toBuilder in class GameLiftRequestpublic static ListComputeRequest.Builder builder()
public static Class<? extends ListComputeRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.