Class CfnWebACL.ResponseInspectionJsonProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionJsonProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACL.ResponseInspectionJsonProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACL.ResponseInspectionJsonProperty
@Stability(Stable)
@Internal
public static final class CfnWebACL.ResponseInspectionJsonProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACL.ResponseInspectionJsonProperty
An implementation for
CfnWebACL.ResponseInspectionJsonProperty-
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.services.wafv2.CfnWebACL.ResponseInspectionJsonProperty
CfnWebACL.ResponseInspectionJsonProperty.Builder, CfnWebACL.ResponseInspectionJsonProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACL.ResponseInspectionJsonProperty.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 booleanValues for the specified identifier in the response JSON that indicate a failed login or account creation attempt.final StringThe identifier for the value to match against in the JSON.Values for the specified identifier in the response JSON that indicate a successful login or account creation attempt.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 theCfnWebACL.ResponseInspectionJsonProperty.Builder.
-
-
Method Details
-
getFailureValues
Description copied from interface:CfnWebACL.ResponseInspectionJsonPropertyValues for the specified identifier in the response JSON 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 example:
"FailureValues": [ "False", "Failed" ]- Specified by:
getFailureValuesin interfaceCfnWebACL.ResponseInspectionJsonProperty- See Also:
-
getIdentifier
Description copied from interface:CfnWebACL.ResponseInspectionJsonPropertyThe identifier for the value to match against in the JSON.The identifier must be an exact match, including case.
JSON examples:
"Identifier": [ "/login/success" ]and"Identifier": [ "/sign-up/success" ]- Specified by:
getIdentifierin interfaceCfnWebACL.ResponseInspectionJsonProperty- See Also:
-
getSuccessValues
Description copied from interface:CfnWebACL.ResponseInspectionJsonPropertyValues for the specified identifier in the response JSON 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 example:
"SuccessValues": [ "True", "Succeeded" ]- Specified by:
getSuccessValuesin interfaceCfnWebACL.ResponseInspectionJsonProperty- 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()
-