@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PciId extends Object implements Serializable, Cloneable
Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.
Constructor and Description |
---|
PciId() |
Modifier and Type | Method and Description |
---|---|
PciId |
clone() |
boolean |
equals(Object obj) |
String |
getDeviceId()
The ID of the device.
|
String |
getSubsystemId()
The ID of the subsystem.
|
String |
getSubsystemVendorId()
The ID of the vendor for the subsystem.
|
String |
getVendorId()
The ID of the vendor.
|
int |
hashCode() |
void |
setDeviceId(String deviceId)
The ID of the device.
|
void |
setSubsystemId(String subsystemId)
The ID of the subsystem.
|
void |
setSubsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
|
void |
setVendorId(String vendorId)
The ID of the vendor.
|
String |
toString()
Returns a string representation of this object.
|
PciId |
withDeviceId(String deviceId)
The ID of the device.
|
PciId |
withSubsystemId(String subsystemId)
The ID of the subsystem.
|
PciId |
withSubsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
|
PciId |
withVendorId(String vendorId)
The ID of the vendor.
|
public void setDeviceId(String deviceId)
The ID of the device.
deviceId
- The ID of the device.public String getDeviceId()
The ID of the device.
public PciId withDeviceId(String deviceId)
The ID of the device.
deviceId
- The ID of the device.public void setVendorId(String vendorId)
The ID of the vendor.
vendorId
- The ID of the vendor.public String getVendorId()
The ID of the vendor.
public PciId withVendorId(String vendorId)
The ID of the vendor.
vendorId
- The ID of the vendor.public void setSubsystemId(String subsystemId)
The ID of the subsystem.
subsystemId
- The ID of the subsystem.public String getSubsystemId()
The ID of the subsystem.
public PciId withSubsystemId(String subsystemId)
The ID of the subsystem.
subsystemId
- The ID of the subsystem.public void setSubsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
subsystemVendorId
- The ID of the vendor for the subsystem.public String getSubsystemVendorId()
The ID of the vendor for the subsystem.
public PciId withSubsystemVendorId(String subsystemVendorId)
The ID of the vendor for the subsystem.
subsystemVendorId
- The ID of the vendor for the subsystem.public String toString()
toString
in class Object
Object.toString()