Class CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.wafv2.mixins.CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty
@Stability(Stable)
@Internal
public static final class CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty
An implementation for
CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty-
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.mixins.preview.services.wafv2.mixins.CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty
CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.Builder, CfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.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 booleanfinal ObjectStatus codes in the response that indicate a failed login or account creation attempt.final ObjectStatus codes in the response 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 theCfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty.Builder.
-
-
Method Details
-
getFailureCodes
Description copied from interface:CfnWebACLPropsMixin.ResponseInspectionStatusCodePropertyStatus 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 ]Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getFailureCodesin interfaceCfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty- See Also:
-
getSuccessCodes
Description copied from interface:CfnWebACLPropsMixin.ResponseInspectionStatusCodePropertyStatus 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 ]Returns union: either Listinvalid input: '<'
Number> orIResolvable- Specified by:
getSuccessCodesin interfaceCfnWebACLPropsMixin.ResponseInspectionStatusCodeProperty- 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()
-