@Stability(value=Stable) @Internal public static final class CfnNetworkAclEntry.IcmpProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnNetworkAclEntry.IcmpProperty
CfnNetworkAclEntry.IcmpPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnNetworkAclEntry.IcmpProperty.Builder, CfnNetworkAclEntry.IcmpProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnNetworkAclEntry.IcmpProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnNetworkAclEntry.IcmpProperty.Builder. |
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(Object o) |
Number |
getCode()
The Internet Control Message Protocol (ICMP) code.
|
Number |
getType()
The Internet Control Message Protocol (ICMP) type.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnNetworkAclEntry.IcmpProperty.Builder builder)
CfnNetworkAclEntry.IcmpProperty.Builder.public final Number getCode()
CfnNetworkAclEntry.IcmpPropertyYou can use -1 to specify all ICMP codes for the given ICMP type. Requirement is conditional: Required if you specify 1 (ICMP) for the protocol parameter.
getCode in interface CfnNetworkAclEntry.IcmpPropertypublic final Number getType()
CfnNetworkAclEntry.IcmpProperty
You can use -1 to specify all ICMP types. Conditional requirement: Required if you specify 1 (ICMP) for the CreateNetworkAclEntry protocol parameter.
getType in interface CfnNetworkAclEntry.IcmpProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.