public class CreatePipelineResult extends Object implements Serializable
When you create a pipeline, Elastic Transcoder returns the values that you specified in the request.
| Constructor and Description | 
|---|
CreatePipelineResult()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object obj)  | 
Pipeline | 
getPipeline()
A section of the response body that provides information about the
 pipeline that is created. 
 | 
int | 
hashCode()  | 
void | 
setPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline that is created. 
 | 
String | 
toString()
Returns a string representation of this object; useful for testing and
 debugging. 
 | 
CreatePipelineResult | 
withPipeline(Pipeline pipeline)
A section of the response body that provides information about the
 pipeline that is created. 
 | 
public Pipeline getPipeline()
public void setPipeline(Pipeline pipeline)
pipeline - A section of the response body that provides information about the
         pipeline that is created.public CreatePipelineResult withPipeline(Pipeline pipeline)
Returns a reference to this object so that method calls can be chained together.
pipeline - A section of the response body that provides information about the
         pipeline that is created.public String toString()
toString in class ObjectObject.toString()Copyright © 2014. All rights reserved.