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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ssmcontacts.CfnContact.StageProperty
CfnContact.StageProperty.Builder, CfnContact.StageProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContact.StageProperty.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 Number
The time to wait until beginning the next stage.The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.final Object
The contacts or contact methods that the escalation plan or engagement plan is engaging.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 theCfnContact.StageProperty.Builder
.
-
-
Method Details
-
getDurationInMinutes
Description copied from interface:CfnContact.StageProperty
The time to wait until beginning the next stage.The duration can only be set to 0 if a target is specified.
- Specified by:
getDurationInMinutes
in interfaceCfnContact.StageProperty
- See Also:
-
getRotationIds
Description copied from interface:CfnContact.StageProperty
The Amazon Resource Names (ARNs) of the on-call rotations associated with the plan.- Specified by:
getRotationIds
in interfaceCfnContact.StageProperty
- See Also:
-
getTargets
Description copied from interface:CfnContact.StageProperty
The contacts or contact methods that the escalation plan or engagement plan is engaging.- Specified by:
getTargets
in interfaceCfnContact.StageProperty
- See Also:
-
$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()
-