Class CfnJobDefinition.NodePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.NodePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.NodePropertiesProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.NodePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.NodePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.NodePropertiesProperty
An implementation for
CfnJobDefinition.NodePropertiesProperty
-
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.CfnJobDefinition.NodePropertiesProperty
CfnJobDefinition.NodePropertiesProperty.Builder, CfnJobDefinition.NodePropertiesProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.NodePropertiesProperty.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 Number
Specifies the node index for the main node of a multi-node parallel job.final Object
A list of node ranges and their properties that are associated with a multi-node parallel job.final Number
The number of nodes that are associated with a multi-node parallel job.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 theCfnJobDefinition.NodePropertiesProperty.Builder
.
-
-
Method Details
-
getMainNode
Description copied from interface:CfnJobDefinition.NodePropertiesProperty
Specifies the node index for the main node of a multi-node parallel job.This node index value must be fewer than the number of nodes.
- Specified by:
getMainNode
in interfaceCfnJobDefinition.NodePropertiesProperty
- See Also:
-
getNodeRangeProperties
Description copied from interface:CfnJobDefinition.NodePropertiesProperty
A list of node ranges and their properties that are associated with a multi-node parallel job.- Specified by:
getNodeRangeProperties
in interfaceCfnJobDefinition.NodePropertiesProperty
- See Also:
-
getNumNodes
Description copied from interface:CfnJobDefinition.NodePropertiesProperty
The number of nodes that are associated with a multi-node parallel job.- Specified by:
getNumNodes
in interfaceCfnJobDefinition.NodePropertiesProperty
- 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()
-