Class ListStepsRequest

    • Constructor Detail

      • ListStepsRequest

        public ListStepsRequest()
    • Method Detail

      • setClusterId

        public void setClusterId​(String clusterId)

        The identifier of the cluster for which to list the steps.

        Parameters:
        clusterId - The identifier of the cluster for which to list the steps.
      • getClusterId

        public String getClusterId()

        The identifier of the cluster for which to list the steps.

        Returns:
        The identifier of the cluster for which to list the steps.
      • withClusterId

        public ListStepsRequest withClusterId​(String clusterId)

        The identifier of the cluster for which to list the steps.

        Parameters:
        clusterId - The identifier of the cluster for which to list the steps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getStepStates

        public List<String> getStepStates()

        The filter to limit the step list based on certain states.

        Returns:
        The filter to limit the step list based on certain states.
        See Also:
        StepState
      • setStepStates

        public void setStepStates​(Collection<String> stepStates)

        The filter to limit the step list based on certain states.

        Parameters:
        stepStates - The filter to limit the step list based on certain states.
        See Also:
        StepState
      • withStepStates

        public ListStepsRequest withStepStates​(String... stepStates)

        The filter to limit the step list based on certain states.

        NOTE: This method appends the values to the existing list (if any). Use setStepStates(java.util.Collection) or withStepStates(java.util.Collection) if you want to override the existing values.

        Parameters:
        stepStates - The filter to limit the step list based on certain states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepState
      • withStepStates

        public ListStepsRequest withStepStates​(Collection<String> stepStates)

        The filter to limit the step list based on certain states.

        Parameters:
        stepStates - The filter to limit the step list based on certain states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepState
      • withStepStates

        public ListStepsRequest withStepStates​(StepState... stepStates)

        The filter to limit the step list based on certain states.

        Parameters:
        stepStates - The filter to limit the step list based on certain states.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StepState
      • getStepIds

        public List<String> getStepIds()

        The filter to limit the step list based on the identifier of the steps.

        Returns:
        The filter to limit the step list based on the identifier of the steps.
      • setStepIds

        public void setStepIds​(Collection<String> stepIds)

        The filter to limit the step list based on the identifier of the steps.

        Parameters:
        stepIds - The filter to limit the step list based on the identifier of the steps.
      • withStepIds

        public ListStepsRequest withStepIds​(String... stepIds)

        The filter to limit the step list based on the identifier of the steps.

        NOTE: This method appends the values to the existing list (if any). Use setStepIds(java.util.Collection) or withStepIds(java.util.Collection) if you want to override the existing values.

        Parameters:
        stepIds - The filter to limit the step list based on the identifier of the steps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withStepIds

        public ListStepsRequest withStepIds​(Collection<String> stepIds)

        The filter to limit the step list based on the identifier of the steps.

        Parameters:
        stepIds - The filter to limit the step list based on the identifier of the steps.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMarker

        public void setMarker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
      • getMarker

        public String getMarker()

        The pagination token that indicates the next set of results to retrieve.

        Returns:
        The pagination token that indicates the next set of results to retrieve.
      • withMarker

        public ListStepsRequest withMarker​(String marker)

        The pagination token that indicates the next set of results to retrieve.

        Parameters:
        marker - The pagination token that indicates the next set of results to retrieve.
        Returns:
        Returns a reference to this 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