|
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.elastictranscoder.model.CancelJobRequest
public class CancelJobRequest
Container for the parameters to the CancelJob operation.
To cancel a job, send a DELETE request to the /2012-09-25/jobs/[jobId] resource.
NOTE:You can only cancel a job that has a status of Submitted. To prevent a pipeline from starting to process a job while you're getting the job identifier, use UpdatePipelineStatus to temporarily pause the pipeline.
AmazonElasticTranscoder.cancelJob(CancelJobRequest),
Serialized Form| Constructor Summary | |
|---|---|
CancelJobRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getId()
The identifier of the job that you want to delete. |
int |
hashCode()
|
void |
setId(String id)
The identifier of the job that you want to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
CancelJobRequest |
withId(String id)
The identifier of the job that you want to delete. |
| 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 getId()
To get a list of
the jobs (including their jobId) that have a status of
Submitted, use the ListJobsByStatus API action.
Constraints:
Pattern: ^\d{13}-\w{6}$
To get a list of
the jobs (including their jobId) that have a status of
Submitted, use the ListJobsByStatus API action.
public void setId(String id)
To get a list of
the jobs (including their jobId) that have a status of
Submitted, use the ListJobsByStatus API action.
Constraints:
Pattern: ^\d{13}-\w{6}$
id - The identifier of the job that you want to delete. To get a list of
the jobs (including their jobId) that have a status of
Submitted, use the ListJobsByStatus API action.
public CancelJobRequest withId(String id)
To get a list of
the jobs (including their jobId) that have a status of
Submitted, use the ListJobsByStatus API action.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id - The identifier of the job that you want to delete. To get a list of
the jobs (including their jobId) that have a status of
Submitted, use the ListJobsByStatus API action.
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 | ||||||