public static final class CfnFilter.MapFilterProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFilter.MapFilterProperty
CfnFilter.MapFilterProperty
CfnFilter.MapFilterProperty.Builder, CfnFilter.MapFilterProperty.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 |
getComparison()
The operator to use when comparing values in the filter.
|
java.lang.String |
getKey()
The tag key used in the filter.
|
java.lang.String |
getValue()
The tag value used in the filter.
|
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 getComparison()
CfnFilter.MapFilterProperty
getComparison
in interface CfnFilter.MapFilterProperty
public final java.lang.String getKey()
CfnFilter.MapFilterProperty
getKey
in interface CfnFilter.MapFilterProperty
public final java.lang.String getValue()
CfnFilter.MapFilterProperty
getValue
in interface CfnFilter.MapFilterProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()