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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.JobQueueComputeEnvironment
JobQueueComputeEnvironment.Builder, JobQueueComputeEnvironment.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theJobQueueComputeEnvironment.Builder.protectedJsii$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.JsonNodefinal booleanfinal IComputeEnvironment(experimental) The batch compute environment to use for processing submitted jobs to this queue.final NumbergetOrder()(experimental) The order in which this compute environment will be selected for dynamic allocation of resources to process submitted jobs.final inthashCode()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:
getComputeEnvironmentin 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:
getOrderin interfaceJobQueueComputeEnvironment
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-