Container for the parameters to the SetStatus operation.
            
Requests that the status of an array of physical or logical pipeline objects be updated in the pipeline. This update may not occur immediately, but is eventually consistent. The status that can be set depends on the type of object.
 Declaration Syntax
 Declaration Syntax| C# | 
public class SetStatusRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | SetStatusRequest()()()() | Initializes a new instance of the SetStatusRequest class | 
|  | Equals(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.) | 
|  | ObjectIds | 
            Identifies an array of objects. The corresponding objects can be either physical or components, but not a mix of both types.
             
             | 
|  | PipelineId | 
            Identifies the pipeline that contains the objects.
             
             Constraints: | 
|  | Status | 
            Specifies the status to be set on all the objects in objectIds. For components, this can be either PAUSE or RESUME. For
            instances, this can be either CANCEL, RERUN, or MARK_FINISHED.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithObjectIds(array<String>[]()[][]) | Obsolete. 
            Adds elements to the ObjectIds collection
             | 
|  | WithObjectIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete. 
            Adds elements to the ObjectIds collection
             | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | SetStatusRequest | |
 See Also
 See Also