Class CancelJobResult
java.lang.Object
com.amazonaws.services.importexport.model.CancelJobResult
- All Implemented Interfaces:
Serializable,Cloneable
Output structure for the CancelJob operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleaninthashCode()voidsetSuccess(Boolean success) toString()Returns a string representation of this object; useful for testing and debugging.withSuccess(Boolean success)
-
Constructor Details
-
CancelJobResult
public CancelJobResult()
-
-
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:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-