Class UpdatePipelineStatusResult
java.lang.Object
com.amazonaws.services.elastictranscoder.model.UpdatePipelineStatusResult
- All Implemented Interfaces:
Serializable
,Cloneable
When you update status for a pipeline, Elastic Transcoder returns the values
that you specified in the request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withPipeline
(Pipeline pipeline) A section of the response body that provides information about the pipeline.
-
Constructor Details
-
UpdatePipelineStatusResult
public UpdatePipelineStatusResult()
-
-
Method Details
-
setPipeline
A section of the response body that provides information about the pipeline.
- Parameters:
pipeline
- A section of the response body that provides information about the pipeline.
-
getPipeline
A section of the response body that provides information about the pipeline.
- Returns:
- A section of the response body that provides information about the pipeline.
-
withPipeline
A section of the response body that provides information about the pipeline.
- Parameters:
pipeline
- A section of the response body that provides information about the pipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-