|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.ClusterSummary
public class ClusterSummary
The summary description of the cluster.
Constructor Summary | |
---|---|
ClusterSummary()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getId()
The unique identifier for the cluster. |
String |
getName()
The name of the cluster. |
ClusterStatus |
getStatus()
The details about the current status of the cluster. |
int |
hashCode()
|
void |
setId(String id)
The unique identifier for the cluster. |
void |
setName(String name)
The name of the cluster. |
void |
setStatus(ClusterStatus status)
The details about the current status of the cluster. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ClusterSummary |
withId(String id)
The unique identifier for the cluster. |
ClusterSummary |
withName(String name)
The name of the cluster. |
ClusterSummary |
withStatus(ClusterStatus status)
The details about the current status of the cluster. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ClusterSummary()
Method Detail |
---|
public String getId()
public void setId(String id)
id
- The unique identifier for the cluster.public ClusterSummary withId(String id)
Returns a reference to this object so that method calls can be chained together.
id
- The unique identifier for the cluster.
public String getName()
public void setName(String name)
name
- The name of the cluster.public ClusterSummary withName(String name)
Returns a reference to this object so that method calls can be chained together.
name
- The name of the cluster.
public ClusterStatus getStatus()
public void setStatus(ClusterStatus status)
status
- The details about the current status of the cluster.public ClusterSummary withStatus(ClusterStatus status)
Returns a reference to this object so that method calls can be chained together.
status
- The details about the current status of the cluster.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |