Class CfnPlan.StageProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmcontacts.CfnPlan.StageProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPlan.StageProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPlan.StageProperty
@Stability(Stable)
@Internal
public static final class CfnPlan.StageProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPlan.StageProperty
An implementation for
CfnPlan.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.CfnPlan.StageProperty
CfnPlan.StageProperty.Builder, CfnPlan.StageProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPlan.StageProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPlan.StageProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnPlan.StageProperty.Builder
.
-
-
Method Details
-
getDurationInMinutes
Description copied from interface:CfnPlan.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 interfaceCfnPlan.StageProperty
- See Also:
-
getTargets
Description copied from interface:CfnPlan.StageProperty
The contacts or contact methods that the escalation plan or engagement plan is engaging.- Specified by:
getTargets
in interfaceCfnPlan.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()
-