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

public class Job extends Object implements Serializable, Cloneable
Representation of a job returned by the ListJobs operation.
See Also:
  • Constructor Details

    • Job

      public Job()
  • Method Details

    • setJobId

      public void setJobId(String jobId)
      Parameters:
      jobId -
    • getJobId

      public String getJobId()
      Returns:
    • withJobId

      public Job withJobId(String jobId)
      Parameters:
      jobId -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setCreationDate

      public void setCreationDate(Date creationDate)
      Parameters:
      creationDate -
    • getCreationDate

      public Date getCreationDate()
      Returns:
    • withCreationDate

      public Job withCreationDate(Date creationDate)
      Parameters:
      creationDate -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setIsCanceled

      public void setIsCanceled(Boolean isCanceled)
      Parameters:
      isCanceled -
    • getIsCanceled

      public Boolean getIsCanceled()
      Returns:
    • withIsCanceled

      public Job withIsCanceled(Boolean isCanceled)
      Parameters:
      isCanceled -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isCanceled

      public Boolean isCanceled()
      Returns:
    • setJobType

      public void setJobType(String jobType)
      Parameters:
      jobType -
      See Also:
    • getJobType

      public String getJobType()
      Returns:
      See Also:
    • withJobType

      public Job withJobType(String jobType)
      Parameters:
      jobType -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setJobType

      public void setJobType(JobType jobType)
      Parameters:
      jobType -
      See Also:
    • withJobType

      public Job withJobType(JobType jobType)
      Parameters:
      jobType -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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 Job clone()
      Overrides:
      clone in class Object