public static final class CommonActionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CommonActionProps
CommonActionProps
CommonActionProps.Builder, CommonActionProps.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 |
getActionName()
The physical, human-readable name of the Action.
|
java.lang.Number |
getRunOrder()
The runOrder property for this Action.
|
java.lang.String |
getVariablesNamespace()
The name of the namespace to use for variables emitted by this action.
|
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 getActionName()
CommonActionProps
Note that Action names must be unique within a single Stage.
getActionName
in interface CommonActionProps
public final java.lang.Number getRunOrder()
CommonActionProps
RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
getRunOrder
in interface CommonActionProps
public final java.lang.String getVariablesNamespace()
CommonActionProps
Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
getVariablesNamespace
in interface CommonActionProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()