|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.AddJobFlowStepsResult
public class AddJobFlowStepsResult
The output for the AddJobFlowSteps operation.
Constructor Summary | |
---|---|
AddJobFlowStepsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getStepIds()
The identifiers of the list of steps added to the job flow. |
int |
hashCode()
|
void |
setStepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
AddJobFlowStepsResult |
withStepIds(Collection<String> stepIds)
The identifiers of the list of steps added to the job flow. |
AddJobFlowStepsResult |
withStepIds(String... stepIds)
The identifiers of the list of steps added to the job flow. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddJobFlowStepsResult()
Method Detail |
---|
public List<String> getStepIds()
public void setStepIds(Collection<String> stepIds)
stepIds
- The identifiers of the list of steps added to the job flow.public AddJobFlowStepsResult withStepIds(String... stepIds)
Returns a reference to this object so that method calls can be chained together.
stepIds
- The identifiers of the list of steps added to the job flow.
public AddJobFlowStepsResult withStepIds(Collection<String> stepIds)
Returns a reference to this object so that method calls can be chained together.
stepIds
- The identifiers of the list of steps added to the job flow.
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 |