Class UpdatePipelineNotificationsResult
java.lang.Object
com.amazonaws.services.elastictranscoder.model.UpdatePipelineNotificationsResult
- All Implemented Interfaces:
Serializable, Cloneable
The UpdatePipelineNotificationsResponse structure.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanA section of the response body that provides information about the pipeline.inthashCode()voidsetPipeline(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
-
UpdatePipelineNotificationsResult
public UpdatePipelineNotificationsResult()
-
-
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
-
equals
-
hashCode
-
clone
-