Class CfnWebACL.ResponseInspectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.ResponseInspectionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnWebACL.ResponseInspectionProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.ResponseInspectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.ResponseInspectionProperty
An implementation for
CfnWebACL.ResponseInspectionProperty
-
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.CfnWebACL.ResponseInspectionProperty
CfnWebACL.ResponseInspectionProperty.Builder, CfnWebACL.ResponseInspectionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.ResponseInspectionProperty.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 Object
Configures inspection of the response body for success and failure indicators.final Object
Configures inspection of the response header for success and failure indicators.final Object
getJson()
Configures inspection of the response JSON for success and failure indicators.final Object
Configures inspection of the response status code for success and failure indicators.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 theCfnWebACL.ResponseInspectionProperty.Builder
.
-
-
Method Details
-
getBodyContains
Description copied from interface:CfnWebACL.ResponseInspectionProperty
Configures inspection of the response body for success and failure indicators.AWS WAF can inspect the first 65,536 bytes (64 KB) of the response body.
- Specified by:
getBodyContains
in interfaceCfnWebACL.ResponseInspectionProperty
-
getHeader
Description copied from interface:CfnWebACL.ResponseInspectionProperty
Configures inspection of the response header for success and failure indicators.- Specified by:
getHeader
in interfaceCfnWebACL.ResponseInspectionProperty
-
getJson
Description copied from interface:CfnWebACL.ResponseInspectionProperty
Configures inspection of the response JSON for success and failure indicators.AWS WAF can inspect the first 65,536 bytes (64 KB) of the response JSON.
- Specified by:
getJson
in interfaceCfnWebACL.ResponseInspectionProperty
-
getStatusCode
Description copied from interface:CfnWebACL.ResponseInspectionProperty
Configures inspection of the response status code for success and failure indicators.- Specified by:
getStatusCode
in interfaceCfnWebACL.ResponseInspectionProperty
-
$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()
-