public static final class CfnPipeline.StageTransitionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnPipeline.StageTransitionProperty
CfnPipeline.StageTransitionProperty
CfnPipeline.StageTransitionProperty.Builder, CfnPipeline.StageTransitionProperty.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.lang.String |
getReason()
The reason given to the user that a stage is disabled, such as waiting for manual approval or manual tests.
|
java.lang.String |
getStageName()
The name of the stage where you want to disable the inbound or outbound transition of artifacts.
|
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 java.lang.String getReason()
CfnPipeline.StageTransitionProperty
This message is displayed in the pipeline console UI.
getReason
in interface CfnPipeline.StageTransitionProperty
public final java.lang.String getStageName()
CfnPipeline.StageTransitionProperty
getStageName
in interface CfnPipeline.StageTransitionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()