Class UpdateJobResult
java.lang.Object
com.amazonaws.services.importexport.model.UpdateJobResult
- All Implemented Interfaces:
Serializable,Cloneable
Output structure for the UpateJob operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetArtifactList(Collection<Artifact> artifactList) voidsetSuccess(Boolean success) 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) withSuccess(Boolean success) withWarningMessage(String warningMessage)
-
Constructor Details
-
UpdateJobResult
public UpdateJobResult()
-
-
Method Details
-
setSuccess
- Parameters:
success-
-
getSuccess
- Returns:
-
withSuccess
- Parameters:
success-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSuccess
- Returns:
-
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
-