@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NodeOverrides extends Object implements Serializable, Cloneable, StructuredPojo
Object representing any node overrides to a job definition that is used in a SubmitJob API operation.
Constructor and Description |
---|
NodeOverrides() |
Modifier and Type | Method and Description |
---|---|
NodeOverrides |
clone() |
boolean |
equals(Object obj) |
List<NodePropertyOverride> |
getNodePropertyOverrides()
The node property overrides for the job.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNodePropertyOverrides(Collection<NodePropertyOverride> nodePropertyOverrides)
The node property overrides for the job.
|
String |
toString()
Returns a string representation of this object.
|
NodeOverrides |
withNodePropertyOverrides(Collection<NodePropertyOverride> nodePropertyOverrides)
The node property overrides for the job.
|
NodeOverrides |
withNodePropertyOverrides(NodePropertyOverride... nodePropertyOverrides)
The node property overrides for the job.
|
public List<NodePropertyOverride> getNodePropertyOverrides()
The node property overrides for the job.
public void setNodePropertyOverrides(Collection<NodePropertyOverride> nodePropertyOverrides)
The node property overrides for the job.
nodePropertyOverrides
- The node property overrides for the job.public NodeOverrides withNodePropertyOverrides(NodePropertyOverride... nodePropertyOverrides)
The node property overrides for the job.
NOTE: This method appends the values to the existing list (if any). Use
setNodePropertyOverrides(java.util.Collection)
or
withNodePropertyOverrides(java.util.Collection)
if you want to override the existing values.
nodePropertyOverrides
- The node property overrides for the job.public NodeOverrides withNodePropertyOverrides(Collection<NodePropertyOverride> nodePropertyOverrides)
The node property overrides for the job.
nodePropertyOverrides
- The node property overrides for the job.public String toString()
toString
in class Object
Object.toString()
public NodeOverrides clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.