Class ListHarvestJobsRequest

    • Method Detail

      • includeChannelId

        public final String includeChannelId()
        When specified, the request will return only HarvestJobs associated with the given Channel ID.
        Returns:
        When specified, the request will return only HarvestJobs associated with the given Channel ID.
      • includeStatus

        public final String includeStatus()
        When specified, the request will return only HarvestJobs in the given status.
        Returns:
        When specified, the request will return only HarvestJobs in the given status.
      • maxResults

        public final Integer maxResults()
        The upper bound on the number of records to return.
        Returns:
        The upper bound on the number of records to return.
      • nextToken

        public final String nextToken()
        A token used to resume pagination from the end of a previous request.
        Returns:
        A token used to resume pagination from the end of a 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