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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateJobResult()
-
Method Summary
-
-
-
Method Detail
-
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.
-
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:
JobType
-
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:
JobType
-
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.
-
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)orwithArtifactList(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:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CreateJobResult clone()
-
-