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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnPlan.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    final Number
    The time to wait until beginning the next stage.
    final Object
    The contacts or contact methods that the escalation plan or engagement plan is engaging.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(CfnPlan.StageProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnPlan.StageProperty.Builder.
  • Method Details

    • getDurationInMinutes

      public final Number 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 interface CfnPlan.StageProperty
    • getTargets

      public final Object 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 interface CfnPlan.StageProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object