|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.ListStepsResult
public class ListStepsResult
This output contains the list of steps.
Constructor Summary | |
---|---|
ListStepsResult()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getMarker()
The pagination token is a random string indicating whether there are more results to fetch. |
List<StepSummary> |
getSteps()
The filtered list of steps for the cluster. |
int |
hashCode()
|
void |
setMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
void |
setSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ListStepsResult |
withMarker(String marker)
The pagination token is a random string indicating whether there are more results to fetch. |
ListStepsResult |
withSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster. |
ListStepsResult |
withSteps(StepSummary... steps)
The filtered list of steps for the cluster. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ListStepsResult()
Method Detail |
---|
public List<StepSummary> getSteps()
public void setSteps(Collection<StepSummary> steps)
steps
- The filtered list of steps for the cluster.public ListStepsResult withSteps(StepSummary... steps)
Returns a reference to this object so that method calls can be chained together.
steps
- The filtered list of steps for the cluster.
public ListStepsResult withSteps(Collection<StepSummary> steps)
Returns a reference to this object so that method calls can be chained together.
steps
- The filtered list of steps for the cluster.
public String getMarker()
public void setMarker(String marker)
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Use the pagination token in later API calls to
retrieve the next page of results. When the value is null, all results
have been returned.public ListStepsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker
- The pagination token is a random string indicating whether there are
more results to fetch. Use the pagination token in later API calls to
retrieve the next page of results. When the value is null, all results
have been returned.
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 |