public static final class SubnetNetworkAclAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SubnetNetworkAclAssociationProps
SubnetNetworkAclAssociationProps
SubnetNetworkAclAssociationProps.Builder, SubnetNetworkAclAssociationProps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
INetworkAcl |
getNetworkAcl()
The Network ACL this association is defined for.
|
ISubnet |
getSubnet()
ID of the Subnet.
|
java.lang.String |
getSubnetNetworkAclAssociationName()
The name of the SubnetNetworkAclAssociation.
|
int |
hashCode() |
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 INetworkAcl getNetworkAcl()
SubnetNetworkAclAssociationProps
getNetworkAcl
in interface SubnetNetworkAclAssociationProps
public final ISubnet getSubnet()
SubnetNetworkAclAssociationProps
getSubnet
in interface SubnetNetworkAclAssociationProps
public final java.lang.String getSubnetNetworkAclAssociationName()
SubnetNetworkAclAssociationProps
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.
getSubnetNetworkAclAssociationName
in interface SubnetNetworkAclAssociationProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()