Class CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipe.InstanceBlockDeviceMappingProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipe.InstanceBlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerRecipe.InstanceBlockDeviceMappingProperty
An implementation for
CfnContainerRecipe.InstanceBlockDeviceMappingProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.CfnContainerRecipe.InstanceBlockDeviceMappingProperty
CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder, CfnContainerRecipe.InstanceBlockDeviceMappingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The device to which these mappings apply.final Object
getEbs()
Use to manage Amazon EBS-specific configuration for this mapping.final String
Use to remove a mapping from the base image.final String
Use to manage instance ephemeral devices.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnContainerRecipe.InstanceBlockDeviceMappingProperty.Builder
.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingProperty
The device to which these mappings apply.- Specified by:
getDeviceName
in interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
getEbs
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingProperty
Use to manage Amazon EBS-specific configuration for this mapping.- Specified by:
getEbs
in interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
getNoDevice
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingProperty
Use to remove a mapping from the base image.- Specified by:
getNoDevice
in interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
getVirtualName
Description copied from interface:CfnContainerRecipe.InstanceBlockDeviceMappingProperty
Use to manage instance ephemeral devices.- Specified by:
getVirtualName
in interfaceCfnContainerRecipe.InstanceBlockDeviceMappingProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-