Class DeployCommand.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cloudassembly.schema.DeployCommand.Jsii$Proxy
All Implemented Interfaces:
CdkCommand, DeployCommand, software.amazon.jsii.JsiiSerializable
Enclosing interface:
DeployCommand

@Stability(Stable) @Internal public static final class DeployCommand.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DeployCommand
An implementation for DeployCommand
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.cloudassembly.schema.DeployCommand

    DeployCommand.Builder, DeployCommand.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the DeployCommand.Builder.
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
    Constructor that initializes the object based on values retrieved from the JsiiObject.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    Additional arguments to pass to the command This can be used to test specific CLI functionality.
    final Boolean
    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.
    final String
    This can be used in combination with expectedError to validate that a specific message is returned.
    final Boolean
    If the runner should expect this command to fail.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(DeployCommand.Builder builder)
      Constructor that initializes the object based on literal property values passed by the DeployCommand.Builder.
  • Method Details

    • getArgs

      public final DeployOptions getArgs()
      Description copied from interface: DeployCommand
      Additional arguments to pass to the command This can be used to test specific CLI functionality.

      Default: - only default args are used

      Specified by:
      getArgs in interface DeployCommand
    • getEnabled

      public final Boolean getEnabled()
      Description copied from interface: CdkCommand
      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.

      Default: true

      Specified by:
      getEnabled in interface CdkCommand
    • getExpectedMessage

      public final String getExpectedMessage()
      Description copied from interface: CdkCommand
      This can be used in combination with expectedError to validate that a specific message is returned.

      Default: - do not validate message

      Specified by:
      getExpectedMessage in interface CdkCommand
    • getExpectError

      public final Boolean getExpectError()
      Description copied from interface: CdkCommand
      If the runner should expect this command to fail.

      Default: false

      Specified by:
      getExpectError in interface CdkCommand
    • $jsii$toJson

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

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

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