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