@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| CreateNodeResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateNodeResult | clone() | 
| boolean | equals(Object obj) | 
| String | getNodeId()
 The unique identifier of the node. | 
| int | hashCode() | 
| void | setNodeId(String nodeId)
 The unique identifier of the node. | 
| String | toString()Returns a string representation of this object. | 
| CreateNodeResult | withNodeId(String nodeId)
 The unique identifier of the node. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNodeId(String nodeId)
The unique identifier of the node.
nodeId - The unique identifier of the node.public String getNodeId()
The unique identifier of the node.
public CreateNodeResult withNodeId(String nodeId)
The unique identifier of the node.
nodeId - The unique identifier of the node.public String toString()
toString in class ObjectObject.toString()public CreateNodeResult clone()