Class CfnFilter.ConditionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.guardduty.CfnFilter.ConditionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFilter.ConditionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFilter.ConditionProperty
@Stability(Stable)
@Internal
public static final class CfnFilter.ConditionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFilter.ConditionProperty
An implementation for
CfnFilter.ConditionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.guardduty.CfnFilter.ConditionProperty
CfnFilter.ConditionProperty.Builder, CfnFilter.ConditionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnFilter.ConditionProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
getEq()
Represents the equal condition to apply to a single field when querying for findings.Represents an equal ** condition to be applied to a single field when querying for findings.final Number
Represents a greater than condition to be applied to a single field when querying for findings.final Number
Represents a greater than or equal condition to be applied to a single field when querying for findings.final Number
getGt()
Represents a greater than condition to be applied to a single field when querying for findings.final Number
getGte()
Represents the greater than or equal condition to apply to a single field when querying for findings.final Number
Represents a less than condition to be applied to a single field when querying for findings.final Number
Represents a less than or equal condition to be applied to a single field when querying for findings.final Number
getLt()
Represents the less than condition to apply to a single field when querying for findings.final Number
getLte()
Represents the less than or equal condition to apply to a single field when querying for findings.getNeq()
Represents the not equal condition to apply to a single field when querying for findings.Represents a not equal ** condition to be applied to a single field when querying for findings.final int
hashCode()
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 theCfnFilter.ConditionProperty.Builder
.
-
-
Method Details
-
getEq
Description copied from interface:CfnFilter.ConditionProperty
Represents the equal condition to apply to a single field when querying for findings.- Specified by:
getEq
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getEqualTo
Description copied from interface:CfnFilter.ConditionProperty
Represents an equal ** condition to be applied to a single field when querying for findings.- Specified by:
getEqualTo
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getGreaterThan
Description copied from interface:CfnFilter.ConditionProperty
Represents a greater than condition to be applied to a single field when querying for findings.- Specified by:
getGreaterThan
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getGreaterThanOrEqual
Description copied from interface:CfnFilter.ConditionProperty
Represents a greater than or equal condition to be applied to a single field when querying for findings.- Specified by:
getGreaterThanOrEqual
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getGt
Description copied from interface:CfnFilter.ConditionProperty
Represents a greater than condition to be applied to a single field when querying for findings.- Specified by:
getGt
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getGte
Description copied from interface:CfnFilter.ConditionProperty
Represents the greater than or equal condition to apply to a single field when querying for findings.- Specified by:
getGte
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getLessThan
Description copied from interface:CfnFilter.ConditionProperty
Represents a less than condition to be applied to a single field when querying for findings.- Specified by:
getLessThan
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getLessThanOrEqual
Description copied from interface:CfnFilter.ConditionProperty
Represents a less than or equal condition to be applied to a single field when querying for findings.- Specified by:
getLessThanOrEqual
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getLt
Description copied from interface:CfnFilter.ConditionProperty
Represents the less than condition to apply to a single field when querying for findings.- Specified by:
getLt
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getLte
Description copied from interface:CfnFilter.ConditionProperty
Represents the less than or equal condition to apply to a single field when querying for findings.- Specified by:
getLte
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getNeq
Description copied from interface:CfnFilter.ConditionProperty
Represents the not equal condition to apply to a single field when querying for findings.- Specified by:
getNeq
in interfaceCfnFilter.ConditionProperty
- See Also:
-
getNotEquals
Description copied from interface:CfnFilter.ConditionProperty
Represents a not equal ** condition to be applied to a single field when querying for findings.- Specified by:
getNotEquals
in interfaceCfnFilter.ConditionProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-