Contains the name and identifier of a pipeline.
 Declaration Syntax
 Declaration Syntax| C# | 
public class PipelineIdName
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | PipelineIdName()()()() | Initializes a new instance of the PipelineIdName 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.) | 
|  | Id | 
            Identifier of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE.
             
             Constraints: | 
|  | Name | 
            Name of the pipeline.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithId(String) | Obsolete. 
            Sets the Id property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | PipelineIdName |