public class DeleteClusterResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Cluster |
cluster
The full description of the deleted cluster.
|
Constructor and Description |
---|
DeleteClusterResult() |
Modifier and Type | Method and Description |
---|---|
DeleteClusterResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Cluster |
getCluster()
The full description of the deleted cluster.
|
int |
hashCode() |
void |
setCluster(Cluster cluster)
The full description of the deleted cluster.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteClusterResult |
withCluster(Cluster cluster)
The full description of the deleted cluster.
|
private Cluster cluster
The full description of the deleted cluster.
public void setCluster(Cluster cluster)
The full description of the deleted cluster.
cluster
- The full description of the deleted cluster.public Cluster getCluster()
The full description of the deleted cluster.
public DeleteClusterResult withCluster(Cluster cluster)
The full description of the deleted cluster.
cluster
- The full description of the deleted cluster.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DeleteClusterResult clone()
clone
in class java.lang.Object