public static final class CfnWebACL.FieldIdentifierProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACL.FieldIdentifierProperty
CfnWebACL.FieldIdentifierProperty
CfnWebACL.FieldIdentifierProperty.Builder, CfnWebACL.FieldIdentifierProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getIdentifier()
The name of the username or password field, used in the `ManagedRuleGroupConfig` settings.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getIdentifier()
CfnWebACL.FieldIdentifierProperty
When the PayloadType
is JSON
, the identifier must be in JSON pointer syntax. For example /form/username
. For information about the JSON Pointer syntax, see the Internet Engineering Task Force (IETF) documentation JavaScript Object Notation (JSON) Pointer .
When the PayloadType
is FORM_ENCODED
, use the HTML form names. For example, username
.
getIdentifier
in interface CfnWebACL.FieldIdentifierProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()