@Generated(value="software.amazon.awssdk:codegen") public final class DescribeSpotFleetInstancesRequest extends Ec2Request implements ToCopyableBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
Contains the parameters for DescribeSpotFleetInstances.
Modifier and Type | Class and Description |
---|---|
static interface |
DescribeSpotFleetInstancesRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DescribeSpotFleetInstancesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of items to return for this request.
|
String |
nextToken()
The token to include in another request to get the next page of items.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeSpotFleetInstancesRequest.Builder> |
serializableBuilderClass() |
String |
spotFleetRequestId()
The ID of the Spot Fleet request.
|
DescribeSpotFleetInstancesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final Integer maxResults()
The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information, see Pagination.
public final String nextToken()
The token to include in another request to get the next page of items. This value is null
when there
are no more items to return.
null
when there are no more items to return.public final String spotFleetRequestId()
The ID of the Spot Fleet request.
public DescribeSpotFleetInstancesRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DescribeSpotFleetInstancesRequest.Builder,DescribeSpotFleetInstancesRequest>
toBuilder
in class Ec2Request
public static DescribeSpotFleetInstancesRequest.Builder builder()
public static Class<? extends DescribeSpotFleetInstancesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode
in class AwsRequest
public final boolean equals(Object obj)
equals
in class AwsRequest
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2023. All rights reserved.