|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.DescribeClusterResult
public class DescribeClusterResult
This output contains the description of the cluster.
Constructor Summary | |
---|---|
DescribeClusterResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
Cluster |
getCluster()
This output contains the details for the requested cluster. |
int |
hashCode()
|
void |
setCluster(Cluster cluster)
This output contains the details for the requested cluster. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeClusterResult |
withCluster(Cluster cluster)
This output contains the details for the requested cluster. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeClusterResult()
Method Detail |
---|
public Cluster getCluster()
public void setCluster(Cluster cluster)
cluster
- This output contains the details for the requested cluster.public DescribeClusterResult withCluster(Cluster cluster)
Returns a reference to this object so that method calls can be chained together.
cluster
- This output contains the details for the requested cluster.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |