Class CfnAnalyzer.FilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.accessanalyzer.CfnAnalyzer.FilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnalyzer.FilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnalyzer.FilterProperty
@Stability(Stable)
@Internal
public static final class CfnAnalyzer.FilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnalyzer.FilterProperty
An implementation for
CfnAnalyzer.FilterProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.accessanalyzer.CfnAnalyzer.FilterProperty
CfnAnalyzer.FilterProperty.Builder, CfnAnalyzer.FilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnalyzer.FilterProperty.Builder.protectedJsii$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.JsonNodefinal booleanA "contains" condition to match for the rule.getEq()An "equals" condition to match for the rule.final ObjectAn "exists" condition to match for the rule.getNeq()A "not equal" condition to match for the rule.final StringThe property used to define the criteria in the filter for the rule.final inthashCode()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 theCfnAnalyzer.FilterProperty.Builder.
-
-
Method Details
-
getProperty
Description copied from interface:CfnAnalyzer.FilterPropertyThe property used to define the criteria in the filter for the rule.- Specified by:
getPropertyin interfaceCfnAnalyzer.FilterProperty- See Also:
-
getContains
Description copied from interface:CfnAnalyzer.FilterPropertyA "contains" condition to match for the rule.- Specified by:
getContainsin interfaceCfnAnalyzer.FilterProperty- See Also:
-
getEq
Description copied from interface:CfnAnalyzer.FilterPropertyAn "equals" condition to match for the rule.- Specified by:
getEqin interfaceCfnAnalyzer.FilterProperty- See Also:
-
getExists
Description copied from interface:CfnAnalyzer.FilterPropertyAn "exists" condition to match for the rule.- Specified by:
getExistsin interfaceCfnAnalyzer.FilterProperty- See Also:
-
getNeq
Description copied from interface:CfnAnalyzer.FilterPropertyA "not equal" condition to match for the rule.- Specified by:
getNeqin interfaceCfnAnalyzer.FilterProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-