Container for the parameters to the ValidatePipelineDefinition operation.
            
Tests the pipeline definition with a set of validation checks to ensure that it is well formed and can run without error.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ValidatePipelineDefinitionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ValidatePipelineDefinitionRequest()()()() | Initializes a new instance of the ValidatePipelineDefinitionRequest 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.) | 
|  | PipelineId | 
            Identifies the pipeline whose definition is to be validated.
             
             Constraints: | 
|  | PipelineObjects | 
            A list of objects that define the pipeline changes to validate against the pipeline.
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
|  | WithPipelineObjects(array<PipelineObject>[]()[][]) | Obsolete. 
            Adds elements to the PipelineObjects collection
             | 
|  | WithPipelineObjects(IEnumerable<(Of <<'(PipelineObject>)>>)) | Obsolete. 
            Adds elements to the PipelineObjects collection
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ValidatePipelineDefinitionRequest | |