Class PciId
java.lang.Object
software.amazon.awssdk.services.ec2.model.PciId
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<PciId.Builder,PciId>
@Generated("software.amazon.awssdk:codegen")
public final class PciId
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<PciId.Builder,PciId>
Describes the data that identifies an Amazon FPGA image (AFI) on the PCI bus.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic PciId.Builderbuilder()final StringdeviceId()The ID of the device.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()static Class<? extends PciId.Builder>final StringThe ID of the subsystem.final StringThe ID of the vendor for the subsystem.final StringtoString()Returns a string representation of this object.final StringvendorId()The ID of the vendor.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
deviceId
The ID of the device.
- Returns:
- The ID of the device.
-
vendorId
The ID of the vendor.
- Returns:
- The ID of the vendor.
-
subsystemId
The ID of the subsystem.
- Returns:
- The ID of the subsystem.
-
subsystemVendorId
The ID of the vendor for the subsystem.
- Returns:
- The ID of the vendor for the subsystem.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<PciId.Builder,PciId>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-