@Generated(value="software.amazon.awssdk:codegen") public final class NodeDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NodeDetails.Builder,NodeDetails>
An object that represents the details of a multi-node parallel job node.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NodeDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NodeDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
isMainNode()
Specifies whether the current node is the main node for a multi-node parallel job.
|
Integer |
nodeIndex()
The node index for the node.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NodeDetails.Builder> |
serializableBuilderClass() |
NodeDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer nodeIndex()
The node index for the node. Node index numbering starts at zero. This index is also available on the node with
the AWS_BATCH_JOB_NODE_INDEX environment variable.
AWS_BATCH_JOB_NODE_INDEX environment variable.public final Boolean isMainNode()
Specifies whether the current node is the main node for a multi-node parallel job.
public NodeDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NodeDetails.Builder,NodeDetails>public static NodeDetails.Builder builder()
public static Class<? extends NodeDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.