public class UpdatePipelineNotificationsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
The UpdatePipelineNotificationsRequest
structure.
NOOP
Constructor and Description |
---|
UpdatePipelineNotificationsRequest() |
Modifier and Type | Method and Description |
---|---|
UpdatePipelineNotificationsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getId()
The identifier of the pipeline for which you want to change notification
settings.
|
Notifications |
getNotifications()
The topic ARN for the Amazon Simple Notification Service (Amazon SNS)
topic that you want to notify to report job status.
|
int |
hashCode() |
void |
setId(String id)
The identifier of the pipeline for which you want to change notification
settings.
|
void |
setNotifications(Notifications notifications)
The topic ARN for the Amazon Simple Notification Service (Amazon SNS)
topic that you want to notify to report job status.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdatePipelineNotificationsRequest |
withId(String id)
The identifier of the pipeline for which you want to change notification
settings.
|
UpdatePipelineNotificationsRequest |
withNotifications(Notifications notifications)
The topic ARN for the Amazon Simple Notification Service (Amazon SNS)
topic that you want to notify to report job status.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setId(String id)
The identifier of the pipeline for which you want to change notification settings.
id
- The identifier of the pipeline for which you want to change
notification settings.public String getId()
The identifier of the pipeline for which you want to change notification settings.
public UpdatePipelineNotificationsRequest withId(String id)
The identifier of the pipeline for which you want to change notification settings.
id
- The identifier of the pipeline for which you want to change
notification settings.public void setNotifications(Notifications notifications)
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
notifications
- The topic ARN for the Amazon Simple Notification Service (Amazon
SNS) topic that you want to notify to report job status.
public Notifications getNotifications()
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
public UpdatePipelineNotificationsRequest withNotifications(Notifications notifications)
The topic ARN for the Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status.
notifications
- The topic ARN for the Amazon Simple Notification Service (Amazon
SNS) topic that you want to notify to report job status.
public String toString()
toString
in class Object
Object.toString()
public UpdatePipelineNotificationsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.