|
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.ReadPipelineRequest
public class ReadPipelineRequest
Container for the parameters to the ReadPipeline operation.
To get detailed information about a pipeline, send a GET request to the /2012-09-25/pipelines/[pipelineId] resource.
AmazonElasticTranscoder.readPipeline(ReadPipelineRequest),
Serialized Form| Constructor Summary | |
|---|---|
ReadPipelineRequest()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
The identifier of the pipeline to read. |
int |
hashCode()
|
void |
setId(java.lang.String id)
The identifier of the pipeline to read. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReadPipelineRequest |
withId(java.lang.String id)
The identifier of the pipeline to read. |
| 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 ReadPipelineRequest()
| Method Detail |
|---|
public java.lang.String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(java.lang.String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id - The identifier of the pipeline to read.public ReadPipelineRequest withId(java.lang.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 to read.
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 | ||||||