Class CfnSubnetCidrBlockProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps.Jsii$Proxy
- All Implemented Interfaces:
CfnSubnetCidrBlockProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSubnetCidrBlockProps
@Stability(Stable)
@Internal
public static final class CfnSubnetCidrBlockProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSubnetCidrBlockProps
An implementation for
CfnSubnetCidrBlockProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnSubnetCidrBlockProps
CfnSubnetCidrBlockProps.Builder, CfnSubnetCidrBlockProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSubnetCidrBlockProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe IPv6 network range for the subnet, in CIDR notation.final StringAn IPv6 IPAM pool ID for the subnet.final NumberAn IPv6 netmask length for the subnet.final StringThe ID of the subnet.final inthashCode()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 theCfnSubnetCidrBlockProps.Builder.
-
-
Method Details
-
getSubnetId
Description copied from interface:CfnSubnetCidrBlockPropsThe ID of the subnet.- Specified by:
getSubnetIdin interfaceCfnSubnetCidrBlockProps- See Also:
-
getIpv6CidrBlock
Description copied from interface:CfnSubnetCidrBlockPropsThe IPv6 network range for the subnet, in CIDR notation.- Specified by:
getIpv6CidrBlockin interfaceCfnSubnetCidrBlockProps- See Also:
-
getIpv6IpamPoolId
Description copied from interface:CfnSubnetCidrBlockPropsAn IPv6 IPAM pool ID for the subnet.- Specified by:
getIpv6IpamPoolIdin interfaceCfnSubnetCidrBlockProps- See Also:
-
getIpv6NetmaskLength
Description copied from interface:CfnSubnetCidrBlockPropsAn IPv6 netmask length for the subnet.- Specified by:
getIpv6NetmaskLengthin interfaceCfnSubnetCidrBlockProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-