com.amazonaws.services.elasticmapreduce.model
Class DescribeClusterRequest

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

public class DescribeClusterRequest
extends AmazonWebServiceRequest
implements Serializable

Container for the parameters to the DescribeCluster operation.

Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on. For information about the cluster steps, see ListSteps.

See Also:
AmazonElasticMapReduce.describeCluster(DescribeClusterRequest), Serialized Form

Constructor Summary
DescribeClusterRequest()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getClusterId()
          The identifier of the cluster to describe.
 int hashCode()
           
 void setClusterId(String clusterId)
          The identifier of the cluster to describe.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeClusterRequest withClusterId(String clusterId)
          The identifier of the cluster to describe.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeClusterRequest

public DescribeClusterRequest()
Method Detail

getClusterId

public String getClusterId()
The identifier of the cluster to describe.

Returns:
The identifier of the cluster to describe.

setClusterId

public void setClusterId(String clusterId)
The identifier of the cluster to describe.

Parameters:
clusterId - The identifier of the cluster to describe.

withClusterId

public DescribeClusterRequest withClusterId(String clusterId)
The identifier of the cluster to describe.

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

Parameters:
clusterId - The identifier of the cluster to describe.
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.