Class ListJobsResult

java.lang.Object
com.amazonaws.services.importexport.model.ListJobsResult
All Implemented Interfaces:
Serializable, Cloneable

public class ListJobsResult extends Object implements Serializable, Cloneable
Output structure for the ListJobs operation.
See Also:
  • Constructor Details

    • ListJobsResult

      public ListJobsResult()
  • Method Details

    • getJobs

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

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

      public ListJobsResult withJobs(Job... jobs)

      NOTE: This method appends the values to the existing list (if any). Use setJobs(java.util.Collection) or withJobs(java.util.Collection) if you want to override the existing values.

      Parameters:
      jobs -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public ListJobsResult clone()
      Overrides:
      clone in class Object