Container for the parameters to the ListSteps operation.
            Provides a list of steps for the cluster.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListStepsRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListStepsRequest()()()() | Initializes a new instance of the ListStepsRequest class | 
|  | ClusterId | 
            Gets and sets the property ClusterId. 
             The identifier of the cluster for which to list the steps. | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            Gets and sets the property Marker. 
             The pagination token that indicates the next set of results to retrieve. | 
|  | StepStates | 
            Gets and sets the property StepStates. 
             The filter to limit the step list based on certain states. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithClusterId(String) | Obsolete. 
            Sets the ClusterId property
             | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
|  | WithStepStates(array<String>[]()[][]) | Obsolete. 
            Sets the StepStates property
             | 
|  | WithStepStates(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Sets the StepStates property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ListStepsRequest | |