@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, wait
copy
public final String name()
The name of the FPGA accelerator.
public final String manufacturer()
The manufacturer of the FPGA accelerator.
public final Integer count()
The count of FPGA accelerators for the instance type.
public final 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 final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2023. All rights reserved.