@Stability(value=Stable) @Internal public static final class CfnInstance.EbsBlockDeviceProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnInstance.EbsBlockDeviceProperty
CfnInstance.EbsBlockDeviceProperty
software.amazon.jsii.JsiiObject.InitializationMode
CfnInstance.EbsBlockDeviceProperty.Builder, CfnInstance.EbsBlockDeviceProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Object deleteOnTermination,
Number iops,
String snapshotId,
Number volumeSize,
String volumeType)
Constructor that initializes the object based on literal property values passed by the
CfnInstance.BlockDeviceMappingProperty.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDeleteOnTermination()
`CfnInstance.EbsBlockDeviceProperty.DeleteOnTermination`.
|
Number |
getIops()
`CfnInstance.EbsBlockDeviceProperty.Iops`.
|
String |
getSnapshotId()
`CfnInstance.EbsBlockDeviceProperty.SnapshotId`.
|
Number |
getVolumeSize()
`CfnInstance.EbsBlockDeviceProperty.VolumeSize`.
|
String |
getVolumeType()
`CfnInstance.EbsBlockDeviceProperty.VolumeType`.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Object getDeleteOnTermination()
CfnInstance.EbsBlockDeviceProperty
getDeleteOnTermination
in interface CfnInstance.EbsBlockDeviceProperty
public final Number getIops()
CfnInstance.EbsBlockDeviceProperty
getIops
in interface CfnInstance.EbsBlockDeviceProperty
public final String getSnapshotId()
CfnInstance.EbsBlockDeviceProperty
getSnapshotId
in interface CfnInstance.EbsBlockDeviceProperty
public final Number getVolumeSize()
CfnInstance.EbsBlockDeviceProperty
getVolumeSize
in interface CfnInstance.EbsBlockDeviceProperty
public final String getVolumeType()
CfnInstance.EbsBlockDeviceProperty
getVolumeType
in interface CfnInstance.EbsBlockDeviceProperty
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.