Class CancelJobResult
- java.lang.Object
-
- com.amazonaws.services.importexport.model.CancelJobResult
-
- All Implemented Interfaces:
Serializable
,Cloneable
public class CancelJobResult extends Object implements Serializable, Cloneable
Output structure for the CancelJob operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelJobResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CancelJobResult
clone()
boolean
equals(Object obj)
Boolean
getSuccess()
int
hashCode()
Boolean
isSuccess()
void
setSuccess(Boolean success)
String
toString()
Returns a string representation of this object; useful for testing and debugging.CancelJobResult
withSuccess(Boolean success)
-
-
-
Method Detail
-
setSuccess
public void setSuccess(Boolean success)
- Parameters:
success
-
-
getSuccess
public Boolean getSuccess()
- Returns:
-
withSuccess
public CancelJobResult withSuccess(Boolean success)
- Parameters:
success
-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isSuccess
public Boolean isSuccess()
- Returns:
-
toString
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public CancelJobResult clone()
-
-