public class UpdatePipelineNotificationsResult extends Object implements Serializable
The UpdatePipelineNotificationsResponse
structure.
Constructor and Description |
---|
UpdatePipelineNotificationsResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public Pipeline getPipeline()
public void setPipeline(Pipeline pipeline)
pipeline
- A section of the response body that provides information about the
pipeline.public UpdatePipelineNotificationsResult withPipeline(Pipeline pipeline)
Returns a reference to this object so that method calls can be chained together.
pipeline
- A section of the response body that provides information about the
pipeline.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.