@Generated(value="software.amazon.awssdk:codegen") public final class KeyValuePair extends Object implements SdkPojo, Serializable, ToCopyableBuilder<KeyValuePair.Builder,KeyValuePair>
A throughput entry for an Elastic Inference Accelerator type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
KeyValuePair.Builder |
| Modifier and Type | Method and Description |
|---|---|
static KeyValuePair.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The throughput value of the Elastic Inference Accelerator type.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends KeyValuePair.Builder> |
serializableBuilderClass() |
KeyValuePair.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
value()
The throughput value of the Elastic Inference Accelerator type.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String key()
The throughput value of the Elastic Inference Accelerator type. It can assume the following values: TFLOPS16bit: the throughput expressed in 16bit TeraFLOPS. TFLOPS32bit: the throughput expressed in 32bit TeraFLOPS.
public Integer value()
The throughput value of the Elastic Inference Accelerator type.
public KeyValuePair.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<KeyValuePair.Builder,KeyValuePair>public static KeyValuePair.Builder builder()
public static Class<? extends KeyValuePair.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.