|
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.AmazonWebServiceRequest
com.amazonaws.services.importexport.model.CancelJobRequest
public class CancelJobRequest
Container for the parameters to the CancelJob operation.
This operation cancels a specified job. Only the job owner can cancel it. The operation fails if the job has already started or is complete.
AmazonImportExport.cancelJob(CancelJobRequest),
Serialized Form| Constructor Summary | |
|---|---|
CancelJobRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getJobId()
A unique identifier which refers to a particular job. |
int |
hashCode()
|
void |
setJobId(String jobId)
A unique identifier which refers to a particular job. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelJobRequest |
withJobId(String jobId)
A unique identifier which refers to a particular job. |
| Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
|---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CancelJobRequest()
| Method Detail |
|---|
public String getJobId()
public void setJobId(String jobId)
jobId - A unique identifier which refers to a particular job.public CancelJobRequest withJobId(String jobId)
Returns a reference to this object so that method calls can be chained together.
jobId - A unique identifier which refers to a particular job.
public String toString()
toString in class ObjectObject.toString()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||