com.amazonaws.services.elasticmapreduce.model
Class ListStepsResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.ListStepsResult
All Implemented Interfaces:
Serializable

public class ListStepsResult
extends Object
implements Serializable

This output contains the list of steps.

See Also:
Serialized Form

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

ListStepsResult

public ListStepsResult()
Method Detail

getSteps

public List<StepSummary> getSteps()
The filtered list of steps for the cluster.

Returns:
The filtered list of steps for the cluster.

setSteps

public void setSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.

Parameters:
steps - The filtered list of steps for the cluster.

withSteps

public ListStepsResult withSteps(StepSummary... steps)
The filtered list of steps for the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
steps - The filtered list of steps for the cluster.
Returns:
A reference to this updated object so that method calls can be chained together.

withSteps

public ListStepsResult withSteps(Collection<StepSummary> steps)
The filtered list of steps for the cluster.

Returns a reference to this object so that method calls can be chained together.

Parameters:
steps - The filtered list of steps for the cluster.
Returns:
A reference to this updated object so that method calls can be chained together.

getMarker

public String getMarker()
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.

Returns:
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.

setMarker

public void setMarker(String 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.

Parameters:
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.

withMarker

public ListStepsResult withMarker(String 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.

Returns a reference to this object so that method calls can be chained together.

Parameters:
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.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.