Class DescribeClusterResult
- java.lang.Object
-
- com.amazonaws.services.elasticmapreduce.model.DescribeClusterResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class DescribeClusterResult extends Object implements Serializable, Cloneable
This output contains the description of the cluster.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DescribeClusterResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeClusterResult
clone()
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.
-
-
-
Method Detail
-
setCluster
public void setCluster(Cluster cluster)
This output contains the details for the requested cluster.
- Parameters:
cluster
- This output contains the details for the requested cluster.
-
getCluster
public Cluster getCluster()
This output contains the details for the requested cluster.
- Returns:
- This output contains the details for the requested cluster.
-
withCluster
public DescribeClusterResult withCluster(Cluster cluster)
This output contains the details for the requested cluster.
- Parameters:
cluster
- This output contains the details for the requested cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeClusterResult clone()
-
-