@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FpgaDeviceInfo extends Object implements Serializable, Cloneable
Describes the FPGA accelerator for the instance type.
Constructor and Description |
---|
FpgaDeviceInfo() |
Modifier and Type | Method and Description |
---|---|
FpgaDeviceInfo |
clone() |
boolean |
equals(Object obj) |
Integer |
getCount()
The count of FPGA accelerators for the instance type.
|
String |
getManufacturer()
The manufacturer of the FPGA accelerator.
|
FpgaDeviceMemoryInfo |
getMemoryInfo()
Describes the memory for the FPGA accelerator for the instance type.
|
String |
getName()
The name of the FPGA accelerator.
|
int |
hashCode() |
void |
setCount(Integer count)
The count of FPGA accelerators for the instance type.
|
void |
setManufacturer(String manufacturer)
The manufacturer of the FPGA accelerator.
|
void |
setMemoryInfo(FpgaDeviceMemoryInfo memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
|
void |
setName(String name)
The name of the FPGA accelerator.
|
String |
toString()
Returns a string representation of this object.
|
FpgaDeviceInfo |
withCount(Integer count)
The count of FPGA accelerators for the instance type.
|
FpgaDeviceInfo |
withManufacturer(String manufacturer)
The manufacturer of the FPGA accelerator.
|
FpgaDeviceInfo |
withMemoryInfo(FpgaDeviceMemoryInfo memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
|
FpgaDeviceInfo |
withName(String name)
The name of the FPGA accelerator.
|
public void setName(String name)
The name of the FPGA accelerator.
name
- The name of the FPGA accelerator.public String getName()
The name of the FPGA accelerator.
public FpgaDeviceInfo withName(String name)
The name of the FPGA accelerator.
name
- The name of the FPGA accelerator.public void setManufacturer(String manufacturer)
The manufacturer of the FPGA accelerator.
manufacturer
- The manufacturer of the FPGA accelerator.public String getManufacturer()
The manufacturer of the FPGA accelerator.
public FpgaDeviceInfo withManufacturer(String manufacturer)
The manufacturer of the FPGA accelerator.
manufacturer
- The manufacturer of the FPGA accelerator.public void setCount(Integer count)
The count of FPGA accelerators for the instance type.
count
- The count of FPGA accelerators for the instance type.public Integer getCount()
The count of FPGA accelerators for the instance type.
public FpgaDeviceInfo withCount(Integer count)
The count of FPGA accelerators for the instance type.
count
- The count of FPGA accelerators for the instance type.public void setMemoryInfo(FpgaDeviceMemoryInfo memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
memoryInfo
- Describes the memory for the FPGA accelerator for the instance type.public FpgaDeviceMemoryInfo getMemoryInfo()
Describes the memory for the FPGA accelerator for the instance type.
public FpgaDeviceInfo withMemoryInfo(FpgaDeviceMemoryInfo memoryInfo)
Describes the memory for the FPGA accelerator for the instance type.
memoryInfo
- Describes the memory for the FPGA accelerator for the instance type.public String toString()
toString
in class Object
Object.toString()
public FpgaDeviceInfo clone()