Class VTLDevice
- java.lang.Object
-
- software.amazon.awssdk.services.storagegateway.model.VTLDevice
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<VTLDevice.Builder,VTLDevice>
@Generated("software.amazon.awssdk:codegen") public final class VTLDevice extends Object implements SdkPojo, Serializable, ToCopyableBuilder<VTLDevice.Builder,VTLDevice>
Represents a device object associated with a tape gateway.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceVTLDevice.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static VTLDevice.Builderbuilder()DeviceiSCSIAttributesdeviceiSCSIAttributes()A list of iSCSI information about a VTL device.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends VTLDevice.Builder>serializableBuilderClass()VTLDevice.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringvtlDeviceARN()Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).StringvtlDeviceProductIdentifier()Specifies the model number of device that the VTL device emulates.StringvtlDeviceType()Specifies the type of device that the VTL device emulates.StringvtlDeviceVendor()Specifies the vendor of the device that the VTL device object emulates.-
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
-
vtlDeviceARN
public final String vtlDeviceARN()
Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
- Returns:
- Specifies the unique Amazon Resource Name (ARN) of the device (tape drive or media changer).
-
vtlDeviceType
public final String vtlDeviceType()
Specifies the type of device that the VTL device emulates.
- Returns:
- Specifies the type of device that the VTL device emulates.
-
vtlDeviceVendor
public final String vtlDeviceVendor()
Specifies the vendor of the device that the VTL device object emulates.
- Returns:
- Specifies the vendor of the device that the VTL device object emulates.
-
vtlDeviceProductIdentifier
public final String vtlDeviceProductIdentifier()
Specifies the model number of device that the VTL device emulates.
- Returns:
- Specifies the model number of device that the VTL device emulates.
-
deviceiSCSIAttributes
public final DeviceiSCSIAttributes deviceiSCSIAttributes()
A list of iSCSI information about a VTL device.
- Returns:
- A list of iSCSI information about a VTL device.
-
toBuilder
public VTLDevice.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<VTLDevice.Builder,VTLDevice>
-
builder
public static VTLDevice.Builder builder()
-
serializableBuilderClass
public static Class<? extends VTLDevice.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.
-
-