Class ListPipelinesRequest

    • Method Detail

      • nextToken

        public final String nextToken()

        An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.

        Returns:
        An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.
      • maxResults

        public final Integer maxResults()

        The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.

        Returns:
        The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object