public static final class CfnFilter.ConditionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFilter.ConditionProperty
CfnFilter.ConditionProperty
CfnFilter.ConditionProperty.Builder, CfnFilter.ConditionProperty.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.util.List<java.lang.String> |
getEq()
Represents the equal condition to apply to a single field when querying for findings.
|
java.util.List<java.lang.String> |
getEqualTo()
Represents an *equal* ** condition to be applied to a single field when querying for findings.
|
java.lang.Number |
getGreaterThan()
Represents a *greater than* condition to be applied to a single field when querying for findings.
|
java.lang.Number |
getGreaterThanOrEqual()
Represents a *greater than or equal* condition to be applied to a single field when querying for findings.
|
java.lang.Number |
getGt()
Represents a *greater than* condition to be applied to a single field when querying for findings.
|
java.lang.Number |
getGte()
Represents the greater than or equal condition to apply to a single field when querying for findings.
|
java.lang.Number |
getLessThan()
Represents a *less than* condition to be applied to a single field when querying for findings.
|
java.lang.Number |
getLessThanOrEqual()
Represents a *less than or equal* condition to be applied to a single field when querying for findings.
|
java.lang.Number |
getLt()
Represents the less than condition to apply to a single field when querying for findings.
|
java.lang.Number |
getLte()
Represents the less than or equal condition to apply to a single field when querying for findings.
|
java.util.List<java.lang.String> |
getNeq()
Represents the not equal condition to apply to a single field when querying for findings.
|
java.util.List<java.lang.String> |
getNotEquals()
Represents a *not equal* ** condition to be applied to a single field when querying for findings.
|
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.util.List<java.lang.String> getEq()
CfnFilter.ConditionProperty
getEq
in interface CfnFilter.ConditionProperty
public final java.util.List<java.lang.String> getEqualTo()
CfnFilter.ConditionProperty
getEqualTo
in interface CfnFilter.ConditionProperty
public final java.lang.Number getGreaterThan()
CfnFilter.ConditionProperty
getGreaterThan
in interface CfnFilter.ConditionProperty
public final java.lang.Number getGreaterThanOrEqual()
CfnFilter.ConditionProperty
getGreaterThanOrEqual
in interface CfnFilter.ConditionProperty
public final java.lang.Number getGt()
CfnFilter.ConditionProperty
getGt
in interface CfnFilter.ConditionProperty
public final java.lang.Number getGte()
CfnFilter.ConditionProperty
getGte
in interface CfnFilter.ConditionProperty
public final java.lang.Number getLessThan()
CfnFilter.ConditionProperty
getLessThan
in interface CfnFilter.ConditionProperty
public final java.lang.Number getLessThanOrEqual()
CfnFilter.ConditionProperty
getLessThanOrEqual
in interface CfnFilter.ConditionProperty
public final java.lang.Number getLt()
CfnFilter.ConditionProperty
getLt
in interface CfnFilter.ConditionProperty
public final java.lang.Number getLte()
CfnFilter.ConditionProperty
getLte
in interface CfnFilter.ConditionProperty
public final java.util.List<java.lang.String> getNeq()
CfnFilter.ConditionProperty
getNeq
in interface CfnFilter.ConditionProperty
public final java.util.List<java.lang.String> getNotEquals()
CfnFilter.ConditionProperty
getNotEquals
in interface CfnFilter.ConditionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()