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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.route53recoverycontrol.CfnSafetyRule.RuleConfigProperty
CfnSafetyRule.RuleConfigProperty.Builder, CfnSafetyRule.RuleConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSafetyRule.RuleConfigProperty.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 ObjectLogical negation of the rule.final NumberThe value of N, when you specify anATLEASTrule type.final StringgetType()A rule can be one of the following:ATLEAST,AND, orOR.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 theCfnSafetyRule.RuleConfigProperty.Builder.
-
-
Method Details
-
getInverted
Description copied from interface:CfnSafetyRule.RuleConfigPropertyLogical negation of the rule.If the rule would usually evaluate true, it's evaluated as false, and vice versa.
- Specified by:
getInvertedin interfaceCfnSafetyRule.RuleConfigProperty
-
getThreshold
Description copied from interface:CfnSafetyRule.RuleConfigPropertyThe value of N, when you specify anATLEASTrule type.That is,
Thresholdis the number of controls that must be set when you specify anATLEASTtype.- Specified by:
getThresholdin interfaceCfnSafetyRule.RuleConfigProperty
-
getType
Description copied from interface:CfnSafetyRule.RuleConfigPropertyA rule can be one of the following:ATLEAST,AND, orOR.- Specified by:
getTypein interfaceCfnSafetyRule.RuleConfigProperty
-
$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()
-