public static final class StackSteps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StackSteps
StackSteps
StackSteps.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.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.util.List<Step> |
getChangeSet()
Steps that execute after stack is prepared but before stack is deployed.
|
java.util.List<Step> |
getPost()
Steps that execute after stack is deployed.
|
java.util.List<Step> |
getPre()
Steps that execute before stack is prepared.
|
Stack |
getStack()
The stack you want the steps to run in.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final Stack getStack()
StackSteps
getStack
in interface StackSteps
public final java.util.List<Step> getChangeSet()
StackSteps
Default: - no additional steps
getChangeSet
in interface StackSteps
public final java.util.List<Step> getPost()
StackSteps
Default: - no additional steps
getPost
in interface StackSteps
public final java.util.List<Step> getPre()
StackSteps
Default: - no additional steps
getPre
in interface StackSteps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()