@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodePropertyOverride extends Object implements Serializable, Cloneable, StructuredPojo
Object representing any node overrides to a job definition that's used in a SubmitJob API operation.
Constructor and Description |
---|
NodePropertyOverride() |
Modifier and Type | Method and Description |
---|---|
NodePropertyOverride |
clone() |
boolean |
equals(Object obj) |
ContainerOverrides |
getContainerOverrides()
The overrides that should be sent to a node range.
|
String |
getTargetNodes()
The range of nodes, using node index values, that's used to override.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setContainerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
|
void |
setTargetNodes(String targetNodes)
The range of nodes, using node index values, that's used to override.
|
String |
toString()
Returns a string representation of this object.
|
NodePropertyOverride |
withContainerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
|
NodePropertyOverride |
withTargetNodes(String targetNodes)
The range of nodes, using node index values, that's used to override.
|
public void setTargetNodes(String targetNodes)
The range of nodes, using node index values, that's used to override. 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.
targetNodes
- The range of nodes, using node index values, that's used to override. 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.public String getTargetNodes()
The range of nodes, using node index values, that's used to override. 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.
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.public NodePropertyOverride withTargetNodes(String targetNodes)
The range of nodes, using node index values, that's used to override. 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.
targetNodes
- The range of nodes, using node index values, that's used to override. 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.public void setContainerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
containerOverrides
- The overrides that should be sent to a node range.public ContainerOverrides getContainerOverrides()
The overrides that should be sent to a node range.
public NodePropertyOverride withContainerOverrides(ContainerOverrides containerOverrides)
The overrides that should be sent to a node range.
containerOverrides
- The overrides that should be sent to a node range.public String toString()
toString
in class Object
Object.toString()
public NodePropertyOverride clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.