Container for the parameters to the GetPipelineDefinition operation.
            
Returns the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition you provided using PutPipelineDefinition.
 Declaration Syntax
 Declaration Syntax| C# | 
public class GetPipelineDefinitionRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | GetPipelineDefinitionRequest()()()() | Initializes a new instance of the GetPipelineDefinitionRequest 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 | 
            The identifier of the pipeline.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | Version | 
            The version of the pipeline definition to retrieve. This parameter accepts the values latest (default) and active. Where
            latest indicates the last definition saved to the pipeline and active indicates the last definition of the pipeline that was
            activated.
             
             Constraints: | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
|  | WithVersion(String) | Obsolete. 
            Sets the Version property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | GetPipelineDefinitionRequest | |