Class ListJobsRequest

    • Method Detail

      • maxResults

        public final Integer maxResults()

        The number of JobListEntry objects to return.

        Returns:
        The number of JobListEntry objects to return.
      • nextToken

        public final String nextToken()

        HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.

        Returns:
        HTTP requests are stateless. To identify what object comes "next" in the list of JobListEntry objects, you have the option of specifying NextToken as the starting point for your returned list.
      • 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