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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionProperty
CfnWebACL.ResponseInspectionProperty.Builder, CfnWebACL.ResponseInspectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.ResponseInspectionProperty.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 ObjectConfigures inspection of the response body for success and failure indicators.final ObjectConfigures inspection of the response header for success and failure indicators.final ObjectgetJson()Configures inspection of the response JSON for success and failure indicators.final ObjectConfigures inspection of the response status code for success and failure indicators.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 theCfnWebACL.ResponseInspectionProperty.Builder.
-
-
Method Details
-
getBodyContains
Description copied from interface:CfnWebACL.ResponseInspectionPropertyConfigures 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:
getBodyContainsin interfaceCfnWebACL.ResponseInspectionProperty
-
getHeader
Description copied from interface:CfnWebACL.ResponseInspectionPropertyConfigures inspection of the response header for success and failure indicators.- Specified by:
getHeaderin interfaceCfnWebACL.ResponseInspectionProperty
-
getJson
Description copied from interface:CfnWebACL.ResponseInspectionPropertyConfigures 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:
getJsonin interfaceCfnWebACL.ResponseInspectionProperty
-
getStatusCode
Description copied from interface:CfnWebACL.ResponseInspectionPropertyConfigures inspection of the response status code for success and failure indicators.- Specified by:
getStatusCodein interfaceCfnWebACL.ResponseInspectionProperty
-
$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()
-