AWS SDK for .NET Documentation
UpdatePipelineStatusRequest Class
AmazonAmazon.ElasticTranscoder.ModelUpdatePipelineStatusRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the UpdatePipelineStatus operation. The UpdatePipelineStatus operation pauses or reactivates a pipeline, so that the pipeline stops or restarts the processing of jobs.

Changing the pipeline status is useful if you want to cancel one or more jobs. You can't cancel jobs after Elastic Transcoder has started processing them; if you pause the pipeline to which you submitted the jobs, you have more time to get the job IDs for the jobs that you want to cancel, and to send a CancelJob request.

Declaration Syntax
C#
public class UpdatePipelineStatusRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
UpdatePipelineStatusRequest()()()()
Initializes a new instance of the UpdatePipelineStatusRequest class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Id
Gets and sets the property Id.

The identifier of the pipeline to update.


Status
Gets and sets the property Status.

The desired status of the pipeline:

  • CopyC#
    Active
    : The pipeline is processing jobs.
  • CopyC#
    Paused
    : The pipeline is not currently processing jobs.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithId(String) Obsolete.
Sets the Id property

WithStatus(String) Obsolete.
Sets the Status property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 UpdatePipelineStatusRequest

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)