Class CfnWebACL.ResponseInspectionHeaderProperty.Jsii$Proxy

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

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

  • Method Details

    • getFailureValues

      public final List<String> getFailureValues()
      Description copied from interface: CfnWebACL.ResponseInspectionHeaderProperty
      Values in the response header with the specified name that indicate a failed login or account creation attempt.

      To be counted as a failure, the value must be an exact match, including case. Each value must be unique among the success and failure values.

      JSON examples: "FailureValues": [ "LoginFailed", "Failed login" ] and "FailureValues": [ "AccountCreationFailed" ]

      Specified by:
      getFailureValues in interface CfnWebACL.ResponseInspectionHeaderProperty
    • getName

      public final String getName()
      Description copied from interface: CfnWebACL.ResponseInspectionHeaderProperty
      The name of the header to match against. The name must be an exact match, including case.

      JSON example: "Name": [ "RequestResult" ]

      Specified by:
      getName in interface CfnWebACL.ResponseInspectionHeaderProperty
    • getSuccessValues

      public final List<String> getSuccessValues()
      Description copied from interface: CfnWebACL.ResponseInspectionHeaderProperty
      Values in the response header with the specified name that indicate a successful login or account creation attempt.

      To be counted as a success, the value must be an exact match, including case. Each value must be unique among the success and failure values.

      JSON examples: "SuccessValues": [ "LoginPassed", "Successful login" ] and "SuccessValues": [ "AccountCreated", "Successful account creation" ]

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