TaskObject class
Contains information about a pipeline task that is assigned to a task runner.
Constructors
-
TaskObject({String? attemptId, Map<
String, PipelineObject> ? objects, String? pipelineId, String? taskId}) -
TaskObject.fromJson(Map<
String, dynamic> json) -
factory
Properties
- attemptId → String?
-
The ID of the pipeline task attempt object. AWS Data Pipeline uses this
value to track how many times a task is attempted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
objects
→ Map<
String, PipelineObject> ? -
Connection information for the location where the task runner will publish
the output of the task.
final
- pipelineId → String?
-
The ID of the pipeline that provided the task.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- taskId → String?
-
An internal identifier for the task. This ID is passed to the
SetTaskStatus and ReportTaskProgress actions.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited