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 DescribeClusterResultclone()booleanequals(Object obj)ClustergetCluster()This output contains the details for the requested cluster.inthashCode()voidsetCluster(Cluster cluster)This output contains the details for the requested cluster.StringtoString()Returns a string representation of this object; useful for testing and debugging.DescribeClusterResultwithCluster(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public DescribeClusterResult clone()
-
-