Class GetStatusResult

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

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

    • GetStatusResult

      public GetStatusResult()
  • Method Details

    • setJobId

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

      public String getJobId()
      Returns:
    • withJobId

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

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

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

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

      public void setLocationCode(String locationCode)
      Parameters:
      locationCode -
    • getLocationCode

      public String getLocationCode()
      Returns:
    • withLocationCode

      public GetStatusResult withLocationCode(String locationCode)
      Parameters:
      locationCode -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLocationMessage

      public void setLocationMessage(String locationMessage)
      Parameters:
      locationMessage -
    • getLocationMessage

      public String getLocationMessage()
      Returns:
    • withLocationMessage

      public GetStatusResult withLocationMessage(String locationMessage)
      Parameters:
      locationMessage -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setProgressCode

      public void setProgressCode(String progressCode)
      Parameters:
      progressCode -
    • getProgressCode

      public String getProgressCode()
      Returns:
    • withProgressCode

      public GetStatusResult withProgressCode(String progressCode)
      Parameters:
      progressCode -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setProgressMessage

      public void setProgressMessage(String progressMessage)
      Parameters:
      progressMessage -
    • getProgressMessage

      public String getProgressMessage()
      Returns:
    • withProgressMessage

      public GetStatusResult withProgressMessage(String progressMessage)
      Parameters:
      progressMessage -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setCarrier

      public void setCarrier(String carrier)
      Parameters:
      carrier -
    • getCarrier

      public String getCarrier()
      Returns:
    • withCarrier

      public GetStatusResult withCarrier(String carrier)
      Parameters:
      carrier -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setTrackingNumber

      public void setTrackingNumber(String trackingNumber)
      Parameters:
      trackingNumber -
    • getTrackingNumber

      public String getTrackingNumber()
      Returns:
    • withTrackingNumber

      public GetStatusResult withTrackingNumber(String trackingNumber)
      Parameters:
      trackingNumber -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLogBucket

      public void setLogBucket(String logBucket)
      Parameters:
      logBucket -
    • getLogBucket

      public String getLogBucket()
      Returns:
    • withLogBucket

      public GetStatusResult withLogBucket(String logBucket)
      Parameters:
      logBucket -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setLogKey

      public void setLogKey(String logKey)
      Parameters:
      logKey -
    • getLogKey

      public String getLogKey()
      Returns:
    • withLogKey

      public GetStatusResult withLogKey(String logKey)
      Parameters:
      logKey -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setErrorCount

      public void setErrorCount(Integer errorCount)
      Parameters:
      errorCount -
    • getErrorCount

      public Integer getErrorCount()
      Returns:
    • withErrorCount

      public GetStatusResult withErrorCount(Integer errorCount)
      Parameters:
      errorCount -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSignature

      public void setSignature(String signature)
      Parameters:
      signature -
    • getSignature

      public String getSignature()
      Returns:
    • withSignature

      public GetStatusResult withSignature(String signature)
      Parameters:
      signature -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setSignatureFileContents

      public void setSignatureFileContents(String signatureFileContents)
      Parameters:
      signatureFileContents -
    • getSignatureFileContents

      public String getSignatureFileContents()
      Returns:
    • withSignatureFileContents

      public GetStatusResult withSignatureFileContents(String signatureFileContents)
      Parameters:
      signatureFileContents -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setCurrentManifest

      public void setCurrentManifest(String currentManifest)
      Parameters:
      currentManifest -
    • getCurrentManifest

      public String getCurrentManifest()
      Returns:
    • withCurrentManifest

      public GetStatusResult withCurrentManifest(String currentManifest)
      Parameters:
      currentManifest -
      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 GetStatusResult withCreationDate(Date creationDate)
      Parameters:
      creationDate -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • getArtifactList

      public List<Artifact> getArtifactList()
      Returns:
    • setArtifactList

      public void setArtifactList(Collection<Artifact> artifactList)
      Parameters:
      artifactList -
    • withArtifactList

      public GetStatusResult withArtifactList(Artifact... artifactList)

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

      Parameters:
      artifactList -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withArtifactList

      public GetStatusResult withArtifactList(Collection<Artifact> artifactList)
      Parameters:
      artifactList -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • 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 GetStatusResult clone()
      Overrides:
      clone in class Object