Class CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.NodeRangePropertyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnJobDefinition.NodeRangePropertyProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.NodeRangePropertyProperty
An implementation for
CfnJobDefinition.NodeRangePropertyProperty-
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.CfnJobDefinition.NodeRangePropertyProperty
CfnJobDefinition.NodeRangePropertyProperty.Builder, CfnJobDefinition.NodeRangePropertyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.NodeRangePropertyProperty.Builder.protectedJsii$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 theCfnJobDefinition.NodeRangePropertyProperty.Builder.
-
-
Method Details
-
getTargetNodes
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThe range of nodes, using node index values.A range of
0:3indicates nodes with index values of0through3. If the starting range value is omitted (:n), then0is used to start the range. If the ending range value is omitted (n:), then the highest possible node index is used to end the range. Your accumulative node ranges must account for all nodes (0:n). You can nest node ranges (for example,0:10and4:5). In this case, the4:5range properties override the0:10properties.- Specified by:
getTargetNodesin interfaceCfnJobDefinition.NodeRangePropertyProperty
-
getContainer
Description copied from interface:CfnJobDefinition.NodeRangePropertyPropertyThe container details for the node range.- Specified by:
getContainerin interfaceCfnJobDefinition.NodeRangePropertyProperty
-
$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()
-