@Stability(value=Stable) @Internal public static final class StackSteps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackSteps
StackStepssoftware.amazon.jsii.JsiiObject.InitializationModeStackSteps.Builder, StackSteps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(StackSteps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
StackSteps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
List<Step> |
getChangeSet()
Steps that execute after stack is prepared but before stack is deployed.
|
List<Step> |
getPost()
Steps that execute after stack is deployed.
|
List<Step> |
getPre()
Steps that execute before stack is prepared.
|
Stack |
getStack()
The stack you want the steps to run in.
|
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(StackSteps.Builder builder)
StackSteps.Builder.public final Stack getStack()
StackStepsgetStack in interface StackStepspublic final List<Step> getChangeSet()
StackStepsDefault: - no additional steps
getChangeSet in interface StackStepspublic final List<Step> getPost()
StackStepsDefault: - no additional steps
getPost in interface StackStepspublic final List<Step> getPre()
StackStepsDefault: - no additional steps
getPre in interface StackSteps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.