|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.elastictranscoder.model.UpdatePipelineNotificationsRequest
public class UpdatePipelineNotificationsRequest
Container for the parameters to the UpdatePipelineNotifications operation
.
To update Amazon Simple Notification Service (Amazon SNS) notifications for a pipeline, send a POST request to the
/2012-09-25/pipelines/[pipelineId]/notifications
resource.
When you update notifications for a pipeline, Elastic Transcoder returns the values that you specified in the request.
AmazonElasticTranscoder.updatePipelineNotifications(UpdatePipelineNotificationsRequest)
,
Serialized FormConstructor Summary | |
---|---|
UpdatePipelineNotificationsRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
String |
getId()
The identifier of the pipeline for which you want to change notification settings. |
Notifications |
getNotifications()
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 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 Amazon Simple Notification Service (Amazon SNS) topic that you want to notify to report job status. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UpdatePipelineNotificationsRequest()
Method Detail |
---|
public String getId()
Constraints:
Pattern: ^\d{13}-\w{6}$
public void setId(String id)
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier of the pipeline for which you want to change
notification settings.public UpdatePipelineNotificationsRequest withId(String id)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^\d{13}-\w{6}$
id
- The identifier of the pipeline for which you want to change
notification settings.
public Notifications getNotifications()
public void setNotifications(Notifications notifications)
notifications
- The Amazon Simple Notification Service (Amazon SNS) topic that you
want to notify to report job status. public UpdatePipelineNotificationsRequest withNotifications(Notifications notifications)
Returns a reference to this object so that method calls can be chained together.
notifications
- 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 int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |