Class SubnetNetworkAclAssociationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.SubnetNetworkAclAssociationProps.Jsii$Proxy
- All Implemented Interfaces:
SubnetNetworkAclAssociationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SubnetNetworkAclAssociationProps
@Stability(Stable)
@Internal
public static final class SubnetNetworkAclAssociationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SubnetNetworkAclAssociationProps
An implementation for
SubnetNetworkAclAssociationProps
-
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.ec2.SubnetNetworkAclAssociationProps
SubnetNetworkAclAssociationProps.Builder, SubnetNetworkAclAssociationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSubnetNetworkAclAssociationProps.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 INetworkAcl
The Network ACL this association is defined for.final ISubnet
ID of the Subnet.final String
The name of the SubnetNetworkAclAssociation.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 theSubnetNetworkAclAssociationProps.Builder
.
-
-
Method Details
-
getNetworkAcl
Description copied from interface:SubnetNetworkAclAssociationProps
The Network ACL this association is defined for.- Specified by:
getNetworkAcl
in interfaceSubnetNetworkAclAssociationProps
-
getSubnet
Description copied from interface:SubnetNetworkAclAssociationProps
ID of the Subnet.- Specified by:
getSubnet
in interfaceSubnetNetworkAclAssociationProps
-
getSubnetNetworkAclAssociationName
Description copied from interface:SubnetNetworkAclAssociationProps
The name of the SubnetNetworkAclAssociation.It is not recommended to use an explicit name.
Default: If you don't specify a SubnetNetworkAclAssociationName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.
- Specified by:
getSubnetNetworkAclAssociationName
in interfaceSubnetNetworkAclAssociationProps
-
$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()
-