|
|||||||
| 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)| Constructor Summary | |
|---|---|
CancelJobRequest()
|
|
| Method Summary | |
|---|---|
String |
getJobId()
A unique identifier which refers to a particular job. |
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 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, 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()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||