public class ListStepsResult extends Object implements Serializable, Cloneable
This output contains the list of steps.
| Constructor and Description | 
|---|
| ListStepsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListStepsResult | clone() | 
| boolean | equals(Object obj) | 
| String | getMarker()The pagination token that indicates the next set of results to
 retrieve. | 
| List<StepSummary> | getSteps()The filtered list of steps for the cluster. | 
| int | hashCode() | 
| void | setMarker(String marker)The pagination token that indicates the next set of results to
 retrieve. | 
| 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 that indicates the next set of results to
 retrieve. | 
| 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. | 
public List<StepSummary> getSteps()
public void setSteps(Collection<StepSummary> steps)
steps - The filtered list of steps for the cluster.public ListStepsResult withSteps(StepSummary... steps)
 NOTE: This method appends the values to the existing list (if
 any). Use setSteps(java.util.Collection) or withSteps(java.util.Collection) if you want to override the existing
 values.
 
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 that indicates the next set of results to
         retrieve.public ListStepsResult withMarker(String marker)
Returns a reference to this object so that method calls can be chained together.
marker - The pagination token that indicates the next set of results to
         retrieve.public String toString()
toString in class ObjectObject.toString()public ListStepsResult clone()
Copyright © 2015. All rights reserved.