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
  • Constructor Details

  • Method Details

    • getFailureStrings

      public final List<String> 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 interface CfnWebACL.ResponseInspectionBodyContainsProperty
    • getSuccessStrings

      public final List<String> 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 interface CfnWebACL.ResponseInspectionBodyContainsProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object