Class CreateJobResult
java.lang.Object
com.amazonaws.services.importexport.model.CreateJobResult
- All Implemented Interfaces:
Serializable,Cloneable
Output structure for the CreateJob operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetJobId()inthashCode()voidsetArtifactList(Collection<Artifact> artifactList) voidvoidsetJobType(JobType jobType) voidsetJobType(String jobType) voidsetSignature(String signature) voidsetSignatureFileContents(String signatureFileContents) voidsetWarningMessage(String warningMessage) toString()Returns a string representation of this object; useful for testing and debugging.withArtifactList(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).withArtifactList(Collection<Artifact> artifactList) withJobType(JobType jobType) withJobType(String jobType) withSignature(String signature) withSignatureFileContents(String signatureFileContents) withWarningMessage(String warningMessage)
-
Constructor Details
-
CreateJobResult
public CreateJobResult()
-
-
Method Details
-
setJobId
- Parameters:
jobId-
-
getJobId
- Returns:
-
withJobId
- Parameters:
jobId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setJobType
- Parameters:
jobType-- See Also:
-
getJobType
- Returns:
- See Also:
-
withJobType
- Parameters:
jobType-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setJobType
- Parameters:
jobType-- See Also:
-
withJobType
- Parameters:
jobType-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setSignature
- Parameters:
signature-
-
getSignature
- Returns:
-
withSignature
- Parameters:
signature-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setSignatureFileContents
- Parameters:
signatureFileContents-
-
getSignatureFileContents
- Returns:
-
withSignatureFileContents
- Parameters:
signatureFileContents-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setWarningMessage
- Parameters:
warningMessage-
-
getWarningMessage
- Returns:
-
withWarningMessage
- Parameters:
warningMessage-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
getArtifactList
- Returns:
-
setArtifactList
- Parameters:
artifactList-
-
withArtifactList
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
- Parameters:
artifactList-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-