Class CfnWebACL.ResponseInspectionStatusCodeProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionStatusCodeProperty.Jsii$Proxy
All Implemented Interfaces:
CfnWebACL.ResponseInspectionStatusCodeProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnWebACL.ResponseInspectionStatusCodeProperty

@Stability(Stable) @Internal public static final class CfnWebACL.ResponseInspectionStatusCodeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.ResponseInspectionStatusCodeProperty
  • Constructor Details

  • Method Details

    • getFailureCodes

      public final Object getFailureCodes()
      Description copied from interface: CfnWebACL.ResponseInspectionStatusCodeProperty
      Status codes in the response that indicate a failed login or account creation attempt.

      To be counted as a failure, the response status code must match one of these. Each code must be unique among the success and failure status codes.

      JSON example: "FailureCodes": [ 400, 404 ]

      Specified by:
      getFailureCodes in interface CfnWebACL.ResponseInspectionStatusCodeProperty
    • getSuccessCodes

      public final Object getSuccessCodes()
      Description copied from interface: CfnWebACL.ResponseInspectionStatusCodeProperty
      Status codes in the response that indicate a successful login or account creation attempt.

      To be counted as a success, the response status code must match one of these. Each code must be unique among the success and failure status codes.

      JSON example: "SuccessCodes": [ 200, 201 ]

      Specified by:
      getSuccessCodes in interface CfnWebACL.ResponseInspectionStatusCodeProperty
    • $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