|
||||||||||
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
.
The ReadPipeline operation gets detailed information about a pipeline.
AmazonElasticTranscoder.readPipeline(ReadPipelineRequest)
,
Serialized FormConstructor Summary | |
---|---|
ReadPipelineRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getId()
The identifier of the pipeline to read. |
int |
hashCode()
|
void |
setId(String id)
The identifier of the pipeline to read. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
ReadPipelineRequest |
withId(String id)
The identifier of the pipeline to read. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setRequestCredentials, setRequestMetricCollector, withRequestMetricCollector |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReadPipelineRequest()
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 to read.public ReadPipelineRequest 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 to read.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |