public static final class CfnByteMatchSetProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnByteMatchSetProps
CfnByteMatchSetProps
CfnByteMatchSetProps.Builder, CfnByteMatchSetProps.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.Object |
getByteMatchTuples()
Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.
|
java.lang.String |
getName()
A friendly name or description of the `ByteMatchSet` .
|
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 getName()
CfnByteMatchSetProps
You can't change Name
after you create a ByteMatchSet
.
getName
in interface CfnByteMatchSetProps
public final java.lang.Object getByteMatchTuples()
CfnByteMatchSetProps
getByteMatchTuples
in interface CfnByteMatchSetProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()