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
  • Constructor Details

  • Method Details

    • getTargetNodes

      public final String getTargetNodes()
      Description copied from interface: CfnJobDefinition.NodeRangePropertyProperty
      The range of nodes, using node index values.

      A range of 0:3 indicates nodes with index values of 0 through 3 . If the starting range value is omitted ( :n ), then 0 is 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:10 and 4:5 ). In this case, the 4:5 range properties override the 0:10 properties.

      Specified by:
      getTargetNodes in interface CfnJobDefinition.NodeRangePropertyProperty
    • getContainer

      public final Object getContainer()
      Description copied from interface: CfnJobDefinition.NodeRangePropertyProperty
      The container details for the node range.
      Specified by:
      getContainer in interface CfnJobDefinition.NodeRangePropertyProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object