@Generated(value="software.amazon.awssdk:codegen") public final class FpgaDeviceInfo extends Object implements SdkPojo, Serializable, ToCopyableBuilder<FpgaDeviceInfo.Builder,FpgaDeviceInfo>
Describes the FPGA accelerator for the instance type.
| Modifier and Type | Class and Description |
|---|---|
static interface |
FpgaDeviceInfo.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FpgaDeviceInfo.Builder |
builder() |
Integer |
count()
The count of FPGA accelerators for the instance type.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
manufacturer()
The manufacturer of the FPGA accelerator.
|
FpgaDeviceMemoryInfo |
memoryInfo()
Describes the memory for the FPGA accelerator for the instance type.
|
String |
name()
The name of the FPGA accelerator.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends FpgaDeviceInfo.Builder> |
serializableBuilderClass() |
FpgaDeviceInfo.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String name()
The name of the FPGA accelerator.
public String manufacturer()
The manufacturer of the FPGA accelerator.
public Integer count()
The count of FPGA accelerators for the instance type.
public FpgaDeviceMemoryInfo memoryInfo()
Describes the memory for the FPGA accelerator for the instance type.
public FpgaDeviceInfo.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FpgaDeviceInfo.Builder,FpgaDeviceInfo>public static FpgaDeviceInfo.Builder builder()
public static Class<? extends FpgaDeviceInfo.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.