com.amazonaws.services.elasticmapreduce.model
Class DescribeClusterResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.DescribeClusterResult
All Implemented Interfaces:
Serializable

public class DescribeClusterResult
extends Object
implements Serializable

This output contains the description of the cluster.

See Also:
Serialized Form

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

DescribeClusterResult

public DescribeClusterResult()
Method Detail

getCluster

public Cluster getCluster()
This output contains the details for the requested cluster.

Returns:
This output contains the details for the requested cluster.

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.

withCluster

public DescribeClusterResult withCluster(Cluster cluster)
This output contains the details for the requested cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
cluster - This output contains the details for the requested cluster.
Returns:
A reference to this updated 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 class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.