@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateVirtualNodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| UpdateVirtualNodeResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdateVirtualNodeResult | clone() | 
| boolean | equals(Object obj) | 
| VirtualNodeData | getVirtualNode()
 A full description of the virtual node that was updated. | 
| int | hashCode() | 
| void | setVirtualNode(VirtualNodeData virtualNode)
 A full description of the virtual node that was updated. | 
| String | toString()Returns a string representation of this object. | 
| UpdateVirtualNodeResult | withVirtualNode(VirtualNodeData virtualNode)
 A full description of the virtual node that was updated. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setVirtualNode(VirtualNodeData virtualNode)
A full description of the virtual node that was updated.
virtualNode - A full description of the virtual node that was updated.public VirtualNodeData getVirtualNode()
A full description of the virtual node that was updated.
public UpdateVirtualNodeResult withVirtualNode(VirtualNodeData virtualNode)
A full description of the virtual node that was updated.
virtualNode - A full description of the virtual node that was updated.public String toString()
toString in class ObjectObject.toString()public UpdateVirtualNodeResult clone()