Class CfnContact.StageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmcontacts.CfnContact.StageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContact.StageProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContact.StageProperty
@Stability(Stable)
@Internal
public static final class CfnContact.StageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContact.StageProperty
An implementation for
CfnContact.StageProperty-
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.ssmcontacts.CfnContact.StageProperty
CfnContact.StageProperty.Builder, CfnContact.StageProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContact.StageProperty.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 NumberThe time to wait until beginning the next stage.The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.final ObjectThe contacts or contact methods that the escalation plan or engagement plan is engaging.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 theCfnContact.StageProperty.Builder.
-
-
Method Details
-
getDurationInMinutes
Description copied from interface:CfnContact.StagePropertyThe time to wait until beginning the next stage.The duration can only be set to 0 if a target is specified.
- Specified by:
getDurationInMinutesin interfaceCfnContact.StageProperty- See Also:
-
getRotationIds
Description copied from interface:CfnContact.StagePropertyThe Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.- Specified by:
getRotationIdsin interfaceCfnContact.StageProperty- See Also:
-
getTargets
Description copied from interface:CfnContact.StagePropertyThe contacts or contact methods that the escalation plan or engagement plan is engaging.- Specified by:
getTargetsin interfaceCfnContact.StageProperty- 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()
-