AWS SDK for .NET Documentation
GetPipelineDefinitionRequest Class
AmazonAmazon.DataPipeline.ModelGetPipelineDefinitionRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class GetPipelineDefinitionRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
GetPipelineDefinitionRequest()()()()
Initializes a new instance of the GetPipelineDefinitionRequest 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.)
PipelineId
The identifier of the pipeline.

Constraints:

Length
1 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


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:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


WithPipelineId(String) Obsolete.
Sets the PipelineId property

WithVersion(String) Obsolete.
Sets the Version property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 GetPipelineDefinitionRequest
See Also

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