@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdatePipelineStatusResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
When you update status for a pipeline, Elastic Transcoder returns the values that you specified in the request.
| Constructor and Description | 
|---|
| UpdatePipelineStatusResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdatePipelineStatusResult | clone() | 
| boolean | equals(Object obj) | 
| Pipeline | getPipeline()
 A section of the response body that provides information about the pipeline. | 
| int | hashCode() | 
| void | setPipeline(Pipeline pipeline)
 A section of the response body that provides information about the pipeline. | 
| String | toString()Returns a string representation of this object. | 
| UpdatePipelineStatusResult | withPipeline(Pipeline pipeline)
 A section of the response body that provides information about the pipeline. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline - A section of the response body that provides information about the pipeline.public Pipeline getPipeline()
A section of the response body that provides information about the pipeline.
public UpdatePipelineStatusResult withPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline.
pipeline - A section of the response body that provides information about the pipeline.public String toString()
toString in class ObjectObject.toString()public UpdatePipelineStatusResult clone()
Copyright © 2022. All rights reserved.