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
-
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.services.batch.JobQueueComputeEnvironment
JobQueueComputeEnvironment.Builder, JobQueueComputeEnvironment.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theJobQueueComputeEnvironment.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 TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final IComputeEnvironment
(experimental) The batch compute environment to use for processing submitted jobs to this queue.final Number
getOrder()
(experimental) The order in which this compute environment will be selected for dynamic allocation of resources to process submitted jobs.final int
hashCode()
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 theJobQueueComputeEnvironment.Builder
.
-
-
Method Details
-
getComputeEnvironment
Description copied from interface:JobQueueComputeEnvironment
(experimental) The batch compute environment to use for processing submitted jobs to this queue.- Specified by:
getComputeEnvironment
in interfaceJobQueueComputeEnvironment
-
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 interfaceJobQueueComputeEnvironment
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-