Class CdkCommand.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.CdkCommand.Jsii$Proxy
- All Implemented Interfaces:
CdkCommand,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CdkCommand
@Stability(Stable)
@Internal
public static final class CdkCommand.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CdkCommand
An implementation for
CdkCommand-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.CdkCommand
CdkCommand.Builder, CdkCommand.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CdkCommand.Builder builder) Constructor that initializes the object based on literal property values passed by theCdkCommand.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether 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 enablesynthand disabledeploy&destroyin order to limit the test to synthesis.final StringThis can be used in combination withexpectedErrorto validate that a specific message is returned.final BooleanIf the runner should expect this command to fail.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCdkCommand.Builder.
-
-
Method Details
-
getEnabled
Description copied from interface:CdkCommandWhether 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 enablesynthand disabledeploy&destroyin order to limit the test to synthesis.Default: true
- Specified by:
getEnabledin interfaceCdkCommand
-
getExpectedMessage
Description copied from interface:CdkCommandThis can be used in combination withexpectedErrorto validate that a specific message is returned.Default: - do not validate message
- Specified by:
getExpectedMessagein interfaceCdkCommand
-
getExpectError
Description copied from interface:CdkCommandIf the runner should expect this command to fail.Default: false
- Specified by:
getExpectErrorin interfaceCdkCommand
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-