Class CfnDetector.RuleProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.frauddetector.CfnDetector.RuleProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDetector.RuleProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDetector.RuleProperty
@Stability(Stable)
@Internal
public static final class CfnDetector.RuleProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDetector.RuleProperty
An implementation for
CfnDetector.RuleProperty-
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.frauddetector.CfnDetector.RuleProperty
CfnDetector.RuleProperty.Builder, CfnDetector.RuleProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDetector.RuleProperty.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 booleanfinal StringgetArn()The rule ARN.final StringTimestamp for when the rule was created.final StringThe rule description.final StringThe detector for which the rule is associated.final StringThe rule expression.final StringThe rule language.final StringTimestamp for when the rule was last updated.final ObjectThe rule outcome.final StringThe rule ID.final StringThe rule version.getTags()An array of key-value pairs to apply to this resource.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 theCfnDetector.RuleProperty.Builder.
-
-
Method Details
-
getArn
Description copied from interface:CfnDetector.RulePropertyThe rule ARN.- Specified by:
getArnin interfaceCfnDetector.RuleProperty
-
getCreatedTime
Description copied from interface:CfnDetector.RulePropertyTimestamp for when the rule was created.- Specified by:
getCreatedTimein interfaceCfnDetector.RuleProperty
-
getDescription
Description copied from interface:CfnDetector.RulePropertyThe rule description.- Specified by:
getDescriptionin interfaceCfnDetector.RuleProperty
-
getDetectorId
Description copied from interface:CfnDetector.RulePropertyThe detector for which the rule is associated.- Specified by:
getDetectorIdin interfaceCfnDetector.RuleProperty
-
getExpression
Description copied from interface:CfnDetector.RulePropertyThe rule expression.A rule expression captures the business logic. For more information, see Rule language reference .
- Specified by:
getExpressionin interfaceCfnDetector.RuleProperty
-
getLanguage
Description copied from interface:CfnDetector.RulePropertyThe rule language.- Specified by:
getLanguagein interfaceCfnDetector.RuleProperty
-
getLastUpdatedTime
Description copied from interface:CfnDetector.RulePropertyTimestamp for when the rule was last updated.- Specified by:
getLastUpdatedTimein interfaceCfnDetector.RuleProperty
-
getOutcomes
Description copied from interface:CfnDetector.RulePropertyThe rule outcome.- Specified by:
getOutcomesin interfaceCfnDetector.RuleProperty
-
getRuleId
Description copied from interface:CfnDetector.RulePropertyThe rule ID.- Specified by:
getRuleIdin interfaceCfnDetector.RuleProperty
-
getRuleVersion
Description copied from interface:CfnDetector.RulePropertyThe rule version.- Specified by:
getRuleVersionin interfaceCfnDetector.RuleProperty
-
getTags
Description copied from interface:CfnDetector.RulePropertyAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnDetector.RuleProperty
-
$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()
-