Class ListWorkloadsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

        Returns:
        The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.
      • nextToken

        public final String nextToken()

        The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

        Returns:
        The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.
      • 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