@Stability(value=Stable) @Internal public static final class CdkCommand.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkCommand
CdkCommandsoftware.amazon.jsii.JsiiObject.InitializationModeCdkCommand.Builder, CdkCommand.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CdkCommand.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CdkCommand.Builder. |
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) |
Boolean |
getEnabled()
Whether or not to run this command as part of the workflow This can be used if you only want to test some of the workflow for example enable `synth` and disable `deploy` & `destroy` in order to limit the test to synthesis.
|
String |
getExpectedMessage()
This can be used in combination with `expectedError` to validate that a specific message is returned.
|
Boolean |
getExpectError()
If the runner should expect this command to fail.
|
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(CdkCommand.Builder builder)
CdkCommand.Builder.public final Boolean getEnabled()
CdkCommandDefault: true
getEnabled in interface CdkCommandpublic final String getExpectedMessage()
CdkCommandDefault: - do not validate message
getExpectedMessage in interface CdkCommandpublic final Boolean getExpectError()
CdkCommandDefault: false
getExpectError in interface CdkCommand@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.