public static final class CdkCommands.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CdkCommands
CdkCommands
CdkCommands.Builder, CdkCommands.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) |
DeployCommand |
getDeploy()
Options to for the cdk deploy command.
|
DestroyCommand |
getDestroy()
Options to for the cdk destroy command.
|
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 DeployCommand getDeploy()
CdkCommands
Default: - default deploy options
getDeploy
in interface CdkCommands
public final DestroyCommand getDestroy()
CdkCommands
Default: - default destroy options
getDestroy
in interface CdkCommands
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()