Class BlockDeviceMappingResponse
java.lang.Object
software.amazon.awssdk.services.ec2.model.BlockDeviceMappingResponse
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<BlockDeviceMappingResponse.Builder,BlockDeviceMappingResponse>
@Generated("software.amazon.awssdk:codegen")
public final class BlockDeviceMappingResponse
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<BlockDeviceMappingResponse.Builder,BlockDeviceMappingResponse>
Describes a block device mapping, which defines the EBS volumes and instance store volumes to attach to an instance at launch.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final StringThe device name (for example,/dev/sdhorxvdh).final EbsBlockDeviceResponseebs()Parameters used to automatically set up EBS volumes when the instance is launched.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringnoDevice()Suppresses the specified device included in the block device mapping.static Class<? extends BlockDeviceMappingResponse.Builder>final StringtoString()Returns a string representation of this object.final StringThe virtual device name.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
-
deviceName
The device name (for example,
/dev/sdhorxvdh).- Returns:
- The device name (for example,
/dev/sdhorxvdh).
-
virtualName
The virtual device name.
- Returns:
- The virtual device name.
-
ebs
Parameters used to automatically set up EBS volumes when the instance is launched.
- Returns:
- Parameters used to automatically set up EBS volumes when the instance is launched.
-
noDevice
Suppresses the specified device included in the block device mapping.
- Returns:
- Suppresses the specified device included in the block device mapping.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<BlockDeviceMappingResponse.Builder,BlockDeviceMappingResponse>
-
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
-