@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 associated with this notification.
|
int |
hashCode() |
void |
setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
|
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 associated with this notification.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
pipeline
- A section of the response body that provides information about the pipeline associated with this
notification.public Pipeline getPipeline()
A section of the response body that provides information about the pipeline associated with this notification.
public UpdatePipelineNotificationsResult withPipeline(Pipeline pipeline)
A section of the response body that provides information about the pipeline associated with this notification.
pipeline
- A section of the response body that provides information about the pipeline associated with this
notification.public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineNotificationsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.