Class WebACLReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.interfaces.wafv2.WebACLReference.Jsii$Proxy
- All Implemented Interfaces:
WebACLReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
WebACLReference
@Stability(Stable)
@Internal
public static final class WebACLReference.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements WebACLReference
An implementation for
WebACLReference-
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.interfaces.wafv2.WebACLReference
WebACLReference.Builder, WebACLReference.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(WebACLReference.Builder builder) Constructor that initializes the object based on literal property values passed by theWebACLReference.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 StringgetScope()The Scope of the WebACL resource.final StringThe ARN of the WebACL resource.final StringThe Id of the WebACL resource.final StringThe Name of the WebACL resource.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 theWebACLReference.Builder.
-
-
Method Details
-
getScope
Description copied from interface:WebACLReferenceThe Scope of the WebACL resource.- Specified by:
getScopein interfaceWebACLReference
-
getWebAclArn
Description copied from interface:WebACLReferenceThe ARN of the WebACL resource.- Specified by:
getWebAclArnin interfaceWebACLReference
-
getWebAclId
Description copied from interface:WebACLReferenceThe Id of the WebACL resource.- Specified by:
getWebAclIdin interfaceWebACLReference
-
getWebAclName
Description copied from interface:WebACLReferenceThe Name of the WebACL resource.- Specified by:
getWebAclNamein interfaceWebACLReference
-
$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()
-