AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the SetStatus operation. Requests that the status of the specified physical or logical pipeline objects be updated in the specified pipeline. This update might not occur immediately, but is eventually consistent. The status that can be set depends on the type of object (for example, DataNode or Activity). You cannot perform this operation on FINISHED pipelines and attempting to do so returns InvalidRequestException.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.DataPipeline.AmazonDataPipelineRequest
      Amazon.DataPipeline.Model.SetStatusRequest

Namespace: Amazon.DataPipeline.Model
Assembly: AWSSDK.DataPipeline.dll
Version: 3.x.y.z

Syntax

C#
public class SetStatusRequest : AmazonDataPipelineRequest
         IAmazonWebServiceRequest

The SetStatusRequest type exposes the following members

Constructors

NameDescription
Public Method SetStatusRequest()

Properties

NameTypeDescription
Public Property ObjectIds System.Collections.Generic.List<System.String>

Gets and sets the property ObjectIds.

The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

Public Property PipelineId System.String

Gets and sets the property PipelineId.

The ID of the pipeline that contains the objects.

Public Property Status System.String

Gets and sets the property Status.

The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5