@Generated(value="software.amazon.awssdk:codegen") public final class ElasticInferenceAccelerator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>
The details of an Elastic Inference Accelerator.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ElasticInferenceAccelerator.Builder |
| Modifier and Type | Method and Description |
|---|---|
ElasticInferenceAcceleratorHealth |
acceleratorHealth()
The health of the Elastic Inference Accelerator.
|
String |
acceleratorId()
The ID of the Elastic Inference Accelerator.
|
String |
acceleratorType()
The type of the Elastic Inference Accelerator.
|
String |
attachedResource()
The ARN of the resource that the Elastic Inference Accelerator is attached to.
|
String |
availabilityZone()
The availability zone where the Elastic Inference Accelerator is present.
|
static ElasticInferenceAccelerator.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ElasticInferenceAccelerator.Builder> |
serializableBuilderClass() |
ElasticInferenceAccelerator.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ElasticInferenceAcceleratorHealth acceleratorHealth()
The health of the Elastic Inference Accelerator.
public final String acceleratorType()
The type of the Elastic Inference Accelerator.
public final String acceleratorId()
The ID of the Elastic Inference Accelerator.
public final String availabilityZone()
The availability zone where the Elastic Inference Accelerator is present.
public final String attachedResource()
The ARN of the resource that the Elastic Inference Accelerator is attached to.
public ElasticInferenceAccelerator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ElasticInferenceAccelerator.Builder,ElasticInferenceAccelerator>public static ElasticInferenceAccelerator.Builder builder()
public static Class<? extends ElasticInferenceAccelerator.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.