Class CfnSafetyRule.RuleConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule.RuleConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSafetyRule.RuleConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSafetyRule.RuleConfigProperty
@Stability(Stable)
@Internal
public static final class CfnSafetyRule.RuleConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSafetyRule.RuleConfigProperty
An implementation for
CfnSafetyRule.RuleConfigProperty
-
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.route53recoverycontrol.CfnSafetyRule.RuleConfigProperty
CfnSafetyRule.RuleConfigProperty.Builder, CfnSafetyRule.RuleConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnSafetyRule.RuleConfigProperty.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
final Object
Logical negation of the rule.final Number
The value of N, when you specify anATLEAST
rule type.final String
getType()
A rule can be one of the following:ATLEAST
,AND
, orOR
.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 theCfnSafetyRule.RuleConfigProperty.Builder
.
-
-
Method Details
-
getInverted
Description copied from interface:CfnSafetyRule.RuleConfigProperty
Logical negation of the rule.If the rule would usually evaluate true, it's evaluated as false, and vice versa.
- Specified by:
getInverted
in interfaceCfnSafetyRule.RuleConfigProperty
-
getThreshold
Description copied from interface:CfnSafetyRule.RuleConfigProperty
The value of N, when you specify anATLEAST
rule type.That is,
Threshold
is the number of controls that must be set when you specify anATLEAST
type.- Specified by:
getThreshold
in interfaceCfnSafetyRule.RuleConfigProperty
-
getType
Description copied from interface:CfnSafetyRule.RuleConfigProperty
A rule can be one of the following:ATLEAST
,AND
, orOR
.- Specified by:
getType
in interfaceCfnSafetyRule.RuleConfigProperty
-
$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()
-