@Stability(value=Stable) @Internal public static final class AddStageOpts.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements AddStageOpts
AddStageOptssoftware.amazon.jsii.JsiiObject.InitializationModeAddStageOpts.Builder, AddStageOpts.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(AddStageOpts.Builder builder)
Constructor that initializes the object based on literal property values passed by the
AddStageOpts.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Step> |
getPost()
Additional steps to run after all of the stacks in the stage.
|
List<Step> |
getPre()
Additional steps to run before any of the stacks in the stage.
|
List<StackSteps> |
getStackSteps()
Instructions for stack level steps.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(AddStageOpts.Builder builder)
AddStageOpts.Builder.public final List<Step> getPost()
AddStageOptsDefault: - No additional steps
getPost in interface AddStageOptspublic final List<Step> getPre()
AddStageOptsDefault: - No additional steps
getPre in interface AddStageOptspublic final List<StackSteps> getStackSteps()
AddStageOptsDefault: - No additional instructions
getStackSteps in interface AddStageOpts@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.