@Stability(value=Stable) public static final class StageOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StageOptions
StageOptionssoftware.amazon.jsii.JsiiObject.InitializationModeStageOptions.Builder, StageOptions.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(Object o) |
List<IAction> |
getActions()
The list of Actions to create this Stage with.
|
StagePlacement |
getPlacement() |
String |
getStageName()
The physical, human-readable name to assign to this Pipeline Stage.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public StagePlacement getPlacement()
getPlacement in interface StageOptionspublic String getStageName()
StagePropsgetStageName in interface StagePropspublic List<IAction> getActions()
StagePropsYou can always add more Actions later by calling {@link IStage#addAction}.
getActions in interface StagePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.