Class CfnWebACLPropsMixin.ResponseInspectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.ResponseInspectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACLPropsMixin.ResponseInspectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACLPropsMixin.ResponseInspectionProperty
@Stability(Stable)
@Internal
public static final class CfnWebACLPropsMixin.ResponseInspectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACLPropsMixin.ResponseInspectionProperty
An implementation for
CfnWebACLPropsMixin.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.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.ResponseInspectionProperty
CfnWebACLPropsMixin.ResponseInspectionProperty.Builder, CfnWebACLPropsMixin.ResponseInspectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACLPropsMixin.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 theCfnWebACLPropsMixin.ResponseInspectionProperty.Builder.
-
-
Method Details
-
getBodyContains
Description copied from interface:CfnWebACLPropsMixin.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.
Returns union: either
IResolvableorCfnWebACLPropsMixin.ResponseInspectionBodyContainsProperty- Specified by:
getBodyContainsin interfaceCfnWebACLPropsMixin.ResponseInspectionProperty- See Also:
-
getHeader
Description copied from interface:CfnWebACLPropsMixin.ResponseInspectionPropertyConfigures inspection of the response header for success and failure indicators.Returns union: either
IResolvableorCfnWebACLPropsMixin.ResponseInspectionHeaderProperty- Specified by:
getHeaderin interfaceCfnWebACLPropsMixin.ResponseInspectionProperty- See Also:
-
getJson
Description copied from interface:CfnWebACLPropsMixin.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.
Returns union: either
IResolvableorCfnWebACLPropsMixin.ResponseInspectionJsonProperty- Specified by:
getJsonin interfaceCfnWebACLPropsMixin.ResponseInspectionProperty- See Also:
-
getStatusCode
Description copied from interface:CfnWebACLPropsMixin.ResponseInspectionPropertyConfigures inspection of the response status code for success and failure indicators.Returns union: either
IResolvableorCfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty- Specified by:
getStatusCodein interfaceCfnWebACLPropsMixin.ResponseInspectionProperty- See Also:
-
$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()
-