Contains information about a pipeline task that is assigned to a task runner.
 Declaration Syntax
 Declaration Syntax| C# | 
public class TaskObject
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | TaskObject()()()() | Initializes a new instance of the TaskObject class | 
|  | AttemptId | 
            Identifier of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
             
             Constraints: | 
|  | 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.) | 
|  | Objects | 
            Connection information for the location where the task runner will publish the output of the task.
             
             | 
|  | PipelineId | 
            Identifier of the pipeline that provided the task.
             
             Constraints: | 
|  | TaskId | 
            An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithAttemptId(String) | Obsolete. 
            Sets the AttemptId property
             | 
|  | WithObjects(array<KeyValuePair<(Of <<'(String, PipelineObject>)>>)>[]()[][]) | Obsolete. 
            Adds the KeyValuePairs to the Objects dictionary.
             | 
|  | WithPipelineId(String) | Obsolete. 
            Sets the PipelineId property
             | 
|  | WithTaskId(String) | Obsolete. 
            Sets the TaskId property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | TaskObject |