|
Did this page help you?Yes No Tell us about it... |
||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.importexport.model.CancelJobResult
public class CancelJobResult
Output structure for the CancelJob operation.
| Constructor Summary | |
|---|---|
CancelJobResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.Boolean |
getSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
int |
hashCode()
|
java.lang.Boolean |
isSuccess()
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
void |
setSuccess(java.lang.Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelJobResult |
withSuccess(java.lang.Boolean success)
Specifies whether (true) or not (false) AWS Import/Export updated your job. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelJobResult()
| Method Detail |
|---|
public java.lang.Boolean isSuccess()
public void setSuccess(java.lang.Boolean success)
success - Specifies whether (true) or not (false) AWS Import/Export updated your
job.public CancelJobResult withSuccess(java.lang.Boolean success)
Returns a reference to this object so that method calls can be chained together.
success - Specifies whether (true) or not (false) AWS Import/Export updated your
job.
public java.lang.Boolean getSuccess()
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||