Class CfnWebACL.ResponseInspectionBodyContainsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionBodyContainsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.ResponseInspectionBodyContainsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.ResponseInspectionBodyContainsProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.ResponseInspectionBodyContainsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.ResponseInspectionBodyContainsProperty
An implementation for
CfnWebACL.ResponseInspectionBodyContainsProperty
-
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.ResponseInspectionBodyContainsProperty
CfnWebACL.ResponseInspectionBodyContainsProperty.Builder, CfnWebACL.ResponseInspectionBodyContainsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.ResponseInspectionBodyContainsProperty.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
Strings in the body of the response that indicate a failed login or account creation attempt.Strings in the body of the response that indicate a successful login or account creation attempt.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.ResponseInspectionBodyContainsProperty.Builder
.
-
-
Method Details
-
getFailureStrings
Description copied from interface:CfnWebACL.ResponseInspectionBodyContainsProperty
Strings in the body of the response that indicate a failed login or account creation attempt.To be counted as a failure, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.
JSON example:
"FailureStrings": [ "Request failed" ]
- Specified by:
getFailureStrings
in interfaceCfnWebACL.ResponseInspectionBodyContainsProperty
- See Also:
-
getSuccessStrings
Description copied from interface:CfnWebACL.ResponseInspectionBodyContainsProperty
Strings in the body of the response that indicate a successful login or account creation attempt.To be counted as a success, the string can be anywhere in the body and must be an exact match, including case. Each string must be unique among the success and failure strings.
JSON examples:
"SuccessStrings": [ "Login successful" ]
and"SuccessStrings": [ "Account creation successful", "Welcome to our site!" ]
- Specified by:
getSuccessStrings
in interfaceCfnWebACL.ResponseInspectionBodyContainsProperty
- See Also:
-
$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()
-