public class UpdatePipelineResult extends Object implements Serializable
When you update a pipeline, Elastic Transcoder returns the values that you specified in the request.
Constructor and Description |
---|
UpdatePipelineResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Pipeline |
getPipeline()
The pipeline (queue) that is used to manage jobs.
|
int |
hashCode() |
void |
setPipeline(Pipeline pipeline)
The pipeline (queue) that is used to manage jobs.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdatePipelineResult |
withPipeline(Pipeline pipeline)
The pipeline (queue) that is used to manage jobs.
|
public Pipeline getPipeline()
public void setPipeline(Pipeline pipeline)
pipeline
- The pipeline (queue) that is used to manage jobs.public UpdatePipelineResult withPipeline(Pipeline pipeline)
Returns a reference to this object so that method calls can be chained together.
pipeline
- The pipeline (queue) that is used to manage jobs.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.