Class ListJobsResult

    • Constructor Detail

      • ListJobsResult

        public ListJobsResult()
    • Method Detail

      • getJobs

        public List<Job> getJobs()
        Returns:
      • setJobs

        public void setJobs​(Collection<Job> jobs)
        Parameters:
        jobs -
      • withJobs

        public ListJobsResult withJobs​(Collection<Job> jobs)
        Parameters:
        jobs -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIsTruncated

        public void setIsTruncated​(Boolean isTruncated)
        Parameters:
        isTruncated -
      • getIsTruncated

        public Boolean getIsTruncated()
        Returns:
      • withIsTruncated

        public ListJobsResult withIsTruncated​(Boolean isTruncated)
        Parameters:
        isTruncated -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isTruncated

        public Boolean isTruncated()
        Returns:
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object