Class DescribeClusterResult
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.DescribeClusterResult
- All Implemented Interfaces:
Serializable
,Cloneable
This output contains the description of the cluster.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
This output contains the details for the requested cluster.int
hashCode()
void
setCluster
(Cluster cluster) This output contains the details for the requested cluster.toString()
Returns a string representation of this object; useful for testing and debugging.withCluster
(Cluster cluster) This output contains the details for the requested cluster.
-
Constructor Details
-
DescribeClusterResult
public DescribeClusterResult()
-
-
Method Details
-
setCluster
This output contains the details for the requested cluster.
- Parameters:
cluster
- This output contains the details for the requested cluster.
-
getCluster
This output contains the details for the requested cluster.
- Returns:
- This output contains the details for the requested cluster.
-
withCluster
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-