@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 ElasticInferenceAcceleratorHealth acceleratorHealth()
The health of the Elastic Inference Accelerator.
public String acceleratorType()
The type of the Elastic Inference Accelerator.
public String acceleratorId()
The ID of the Elastic Inference Accelerator.
public String availabilityZone()
The availability zone where the Elastic Inference Accelerator is present.
public 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 boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.