Class ListTasksRequest

    • Method Detail

      • farmId

        public final String farmId()

        The farm ID connected to the tasks.

        Returns:
        The farm ID connected to the tasks.
      • jobId

        public final String jobId()

        The job ID for the tasks.

        Returns:
        The job ID for the tasks.
      • maxResults

        public final Integer maxResults()

        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

        Returns:
        The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      • nextToken

        public final String nextToken()

        The token for the next set of results, or null to start from the beginning.

        Returns:
        The token for the next set of results, or null to start from the beginning.
      • queueId

        public final String queueId()

        The queue ID connected to the tasks.

        Returns:
        The queue ID connected to the tasks.
      • stepId

        public final String stepId()

        The step ID for the tasks.

        Returns:
        The step ID for the tasks.
      • 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