Class StageProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codepipeline.StageProps.Jsii$Proxy
All Implemented Interfaces:
StageProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
StageProps

@Stability(Stable) @Internal public static final class StageProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StageProps
An implementation for StageProps
  • 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.codepipeline.StageProps

    StageProps.Builder, StageProps.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the StageProps.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 List<IAction>
    The list of Actions to create this Stage with.
    final String
    The physical, human-readable name to assign to this Pipeline Stage.
    final String
    The reason for disabling transition to this stage.
    final Boolean
    Whether to enable transition to this stage.
    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(StageProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the StageProps.Builder.
  • Method Details

    • getStageName

      public final String getStageName()
      Description copied from interface: StageProps
      The physical, human-readable name to assign to this Pipeline Stage.
      Specified by:
      getStageName in interface StageProps
    • getActions

      public final List<IAction> getActions()
      Description copied from interface: StageProps
      The list of Actions to create this Stage with.

      You can always add more Actions later by calling IStage.addAction(software.amazon.awscdk.services.codepipeline.IAction).

      Specified by:
      getActions in interface StageProps
    • getTransitionDisabledReason

      public final String getTransitionDisabledReason()
      Description copied from interface: StageProps
      The reason for disabling transition to this stage.

      Only applicable if transitionToEnabled is set to false.

      Default: 'Transition disabled'

      Specified by:
      getTransitionDisabledReason in interface StageProps
    • getTransitionToEnabled

      public final Boolean getTransitionToEnabled()
      Description copied from interface: StageProps
      Whether to enable transition to this stage.

      Default: true

      Specified by:
      getTransitionToEnabled in interface StageProps
    • $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