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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePciId.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PciId.Builderbuilder()StringdeviceId()The ID of the device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends PciId.Builder>serializableBuilderClass()StringsubsystemId()The ID of the subsystem.StringsubsystemVendorId()The ID of the vendor for the subsystem.PciId.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvendorId()The ID of the vendor.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
deviceId
public final String deviceId()
The ID of the device.
- Returns:
- The ID of the device.
-
vendorId
public final String vendorId()
The ID of the vendor.
- Returns:
- The ID of the vendor.
-
subsystemId
public final String subsystemId()
The ID of the subsystem.
- Returns:
- The ID of the subsystem.
-
subsystemVendorId
public final String subsystemVendorId()
The ID of the vendor for the subsystem.
- Returns:
- The ID of the vendor for the subsystem.
-
toBuilder
public PciId.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<PciId.Builder,PciId>
-
builder
public static PciId.Builder builder()
-
serializableBuilderClass
public static Class<? extends PciId.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-