Class WebACLReference.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.WebACLReference
WebACLReference.Builder, WebACLReference.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(WebACLReference.Builder builder) Constructor that initializes the object based on literal property values passed by theWebACLReference.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 String
getScope()
The Scope of the WebACL resource.final String
The ARN of the WebACL resource.final String
The Id of the WebACL resource.final String
The Name of the WebACL resource.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 theWebACLReference.Builder
.
-
-
Method Details
-
getScope
Description copied from interface:WebACLReference
The Scope of the WebACL resource.- Specified by:
getScope
in interfaceWebACLReference
-
getWebAclArn
Description copied from interface:WebACLReference
The ARN of the WebACL resource.- Specified by:
getWebAclArn
in interfaceWebACLReference
-
getWebAclId
Description copied from interface:WebACLReference
The Id of the WebACL resource.- Specified by:
getWebAclId
in interfaceWebACLReference
-
getWebAclName
Description copied from interface:WebACLReference
The Name of the WebACL resource.- Specified by:
getWebAclName
in interfaceWebACLReference
-
$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()
-