public class UpdatePipelineNotificationsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
 The UpdatePipelineNotificationsResponse structure.
 
| Constructor and Description | 
|---|
| UpdatePipelineNotificationsResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| UpdatePipelineNotificationsResult | 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; useful for testing and debugging. | 
| UpdatePipelineNotificationsResult | 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 UpdatePipelineNotificationsResult 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 UpdatePipelineNotificationsResult clone()
Copyright © 2016. All rights reserved.