Class CdkCommands.Jsii$Proxy

  • All Implemented Interfaces:
    CdkCommands, software.amazon.jsii.JsiiSerializable
    Enclosing interface:
    CdkCommands

    @Stability(Stable)
    @Internal
    public static final class CdkCommands.Jsii$Proxy
    extends software.amazon.jsii.JsiiObject
    implements CdkCommands
    An implementation for CdkCommands
    • Constructor Detail

      • 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.
    • Method Detail

      • getDeploy

        public final DeployCommand getDeploy()
        Description copied from interface: CdkCommands
        Options to for the cdk deploy command.

        Default: - default deploy options

        Specified by:
        getDeploy in interface CdkCommands
      • getDestroy

        public final DestroyCommand getDestroy()
        Description copied from interface: CdkCommands
        Options to for the cdk destroy command.

        Default: - default destroy options

        Specified by:
        getDestroy in interface CdkCommands
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object