Class ListJobsRequest

    • Method Detail

      • dataSetId

        public final String dataSetId()

        The unique identifier for a data set.

        Returns:
        The unique identifier for a data set.
      • maxResults

        public final Integer maxResults()

        The maximum number of results returned by a single call.

        Returns:
        The maximum number of results returned by a single call.
      • nextToken

        public final String nextToken()

        The token value retrieved from a previous call to access the next page of results.

        Returns:
        The token value retrieved from a previous call to access the next page of results.
      • revisionId

        public final String revisionId()

        The unique identifier for a revision.

        Returns:
        The unique identifier for a revision.
      • 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