Class CreateJobResult

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

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

    • CreateJobResult

      public CreateJobResult()
  • Method Details

    • setJobId

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

      public String getJobId()
      Returns:
    • withJobId

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

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

      public String getSignature()
      Returns:
    • withSignature

      public CreateJobResult 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 CreateJobResult withSignatureFileContents(String signatureFileContents)
      Parameters:
      signatureFileContents -
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setWarningMessage

      public void setWarningMessage(String warningMessage)
      Parameters:
      warningMessage -
    • getWarningMessage

      public String getWarningMessage()
      Returns:
    • withWarningMessage

      public CreateJobResult withWarningMessage(String warningMessage)
      Parameters:
      warningMessage -
      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 CreateJobResult 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 CreateJobResult 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 CreateJobResult clone()
      Overrides:
      clone in class Object