@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeClusterNodeResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DescribeClusterNodeResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeClusterNodeResult |
clone() |
boolean |
equals(Object obj) |
ClusterNodeDetails |
getNodeDetails()
The details of the instance.
|
int |
hashCode() |
void |
setNodeDetails(ClusterNodeDetails nodeDetails)
The details of the instance.
|
String |
toString()
Returns a string representation of this object.
|
DescribeClusterNodeResult |
withNodeDetails(ClusterNodeDetails nodeDetails)
The details of the instance.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNodeDetails(ClusterNodeDetails nodeDetails)
The details of the instance.
nodeDetails - The details of the instance.public ClusterNodeDetails getNodeDetails()
The details of the instance.
public DescribeClusterNodeResult withNodeDetails(ClusterNodeDetails nodeDetails)
The details of the instance.
nodeDetails - The details of the instance.public String toString()
toString in class ObjectObject.toString()public DescribeClusterNodeResult clone()