Class JobQueueComputeEnvironment.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.JobQueueComputeEnvironment.Jsii$Proxy
All Implemented Interfaces:
JobQueueComputeEnvironment, software.amazon.jsii.JsiiSerializable
Enclosing interface:
JobQueueComputeEnvironment

@Stability(Experimental) @Internal public static final class JobQueueComputeEnvironment.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements JobQueueComputeEnvironment
An implementation for JobQueueComputeEnvironment
  • 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(JobQueueComputeEnvironment.Builder builder)
      Constructor that initializes the object based on literal property values passed by the JobQueueComputeEnvironment.Builder.
  • Method Details

    • getComputeEnvironment

      public final IComputeEnvironment getComputeEnvironment()
      Description copied from interface: JobQueueComputeEnvironment
      (experimental) The batch compute environment to use for processing submitted jobs to this queue.
      Specified by:
      getComputeEnvironment in interface JobQueueComputeEnvironment
    • getOrder

      public final Number getOrder()
      Description copied from interface: JobQueueComputeEnvironment
      (experimental) The order in which this compute environment will be selected for dynamic allocation of resources to process submitted jobs.
      Specified by:
      getOrder in interface JobQueueComputeEnvironment
    • $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