Class CfnJobQueue.ComputeEnvironmentOrderProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobQueue.ComputeEnvironmentOrderProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobQueue.ComputeEnvironmentOrderProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobQueue.ComputeEnvironmentOrderProperty
@Stability(Stable)
@Internal
public static final class CfnJobQueue.ComputeEnvironmentOrderProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobQueue.ComputeEnvironmentOrderProperty
An implementation for
CfnJobQueue.ComputeEnvironmentOrderProperty
-
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.CfnJobQueue.ComputeEnvironmentOrderProperty
CfnJobQueue.ComputeEnvironmentOrderProperty.Builder, CfnJobQueue.ComputeEnvironmentOrderProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobQueue.ComputeEnvironmentOrderProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnJobQueue.ComputeEnvironmentOrderProperty.Builder
.
-
-
Method Details
-
getComputeEnvironment
Description copied from interface:CfnJobQueue.ComputeEnvironmentOrderProperty
The Amazon Resource Name (ARN) of the compute environment.- Specified by:
getComputeEnvironment
in interfaceCfnJobQueue.ComputeEnvironmentOrderProperty
- See Also:
-
getOrder
Description copied from interface:CfnJobQueue.ComputeEnvironmentOrderProperty
The order of the compute environment.Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower
order
integer value is tried for job placement first.- Specified by:
getOrder
in interfaceCfnJobQueue.ComputeEnvironmentOrderProperty
- See Also:
-
$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()
-