|
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.DeletePipelineRequest
public class DeletePipelineRequest
Container for the parameters to the DeletePipeline operation.
To delete a pipeline, send a DELETE request to the /2012-09-25/pipelines/[pipelineId] resource.
You can only delete a pipeline that has never been used or that is not currently in use (doesn't contain any active jobs). If the pipeline is
currently in use, DeletePipeline returns an error.
AmazonElasticTranscoder.deletePipeline(DeletePipelineRequest),
Serialized Form| Constructor Summary | |
|---|---|
DeletePipelineRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getId()
The identifier of the pipeline that you want to delete. |
int |
hashCode()
|
void |
setId(String id)
The identifier of the pipeline that you want to delete. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DeletePipelineRequest |
withId(String id)
The identifier of the pipeline 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 DeletePipelineRequest()
| Method Detail |
|---|
public String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id - The identifier of the pipeline that you want to delete.public DeletePipelineRequest withId(String id)
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 pipeline that you want to delete.
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 | ||||||