public static final class CfnJobDefinition.NodePropertiesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.NodePropertiesProperty
CfnJobDefinition.NodePropertiesProperty
CfnJobDefinition.NodePropertiesProperty.Builder, CfnJobDefinition.NodePropertiesProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getMainNode()
Specifies the node index for the main node of a multi-node parallel job.
|
java.lang.Object |
getNodeRangeProperties()
A list of node ranges and their properties associated with a multi-node parallel job.
|
java.lang.Number |
getNumNodes()
The number of nodes associated with a multi-node parallel job.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Number getMainNode()
CfnJobDefinition.NodePropertiesProperty
This node index value must be fewer than the number of nodes.
getMainNode
in interface CfnJobDefinition.NodePropertiesProperty
public final java.lang.Object getNodeRangeProperties()
CfnJobDefinition.NodePropertiesProperty
getNodeRangeProperties
in interface CfnJobDefinition.NodePropertiesProperty
public final java.lang.Number getNumNodes()
CfnJobDefinition.NodePropertiesProperty
getNumNodes
in interface CfnJobDefinition.NodePropertiesProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()