@Generated(value="software.amazon.awssdk:codegen") public final class DescribeElasticGpusRequest extends Ec2Request implements ToCopyableBuilder<DescribeElasticGpusRequest.Builder,DescribeElasticGpusRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeElasticGpusRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DescribeElasticGpusRequest.Builder |
builder() |
List<String> |
elasticGpuIds()
The Elastic Graphics accelerator IDs.
|
boolean |
equals(Object obj) |
List<Filter> |
filters()
The filters.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a single call.
|
String |
nextToken()
The token to request the next page of results.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DescribeElasticGpusRequest.Builder> |
serializableBuilderClass() |
DescribeElasticGpusRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic List<String> elasticGpuIds()
The Elastic Graphics accelerator IDs.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Filter> filters()
The filters.
availability-zone - The Availability Zone in which the Elastic Graphics accelerator resides.
elastic-gpu-health - The status of the Elastic Graphics accelerator (OK |
IMPAIRED).
elastic-gpu-state - The state of the Elastic Graphics accelerator (ATTACHED).
elastic-gpu-type - The type of Elastic Graphics accelerator; for example, eg1.medium.
instance-id - The ID of the instance to which the Elastic Graphics accelerator is associated.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
availability-zone - The Availability Zone in which the Elastic Graphics accelerator resides.
elastic-gpu-health - The status of the Elastic Graphics accelerator (OK |
IMPAIRED).
elastic-gpu-state - The state of the Elastic Graphics accelerator (ATTACHED).
elastic-gpu-type - The type of Elastic Graphics accelerator; for example,
eg1.medium.
instance-id - The ID of the instance to which the Elastic Graphics accelerator is
associated.
public Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value. This value can be between 5 and 1000.
NextToken value. This value can be between 5 and 1000.public String nextToken()
The token to request the next page of results.
public DescribeElasticGpusRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DescribeElasticGpusRequest.Builder,DescribeElasticGpusRequest>toBuilder in class Ec2Requestpublic static DescribeElasticGpusRequest.Builder builder()
public static Class<? extends DescribeElasticGpusRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.