Struct aws_sdk_swf::output::poll_for_activity_task_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for PollForActivityTaskOutput
Implementations
The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
The opaque string used as a handle on the task. This token is used by workers to communicate progress and response information back to the system about the task.
The unique ID of the task.
The unique ID of the task.
The ID of the ActivityTaskStarted
event recorded in the history.
The ID of the ActivityTaskStarted
event recorded in the history.
The workflow execution that started this activity task.
The workflow execution that started this activity task.
The type of this activity task.
The type of this activity task.
The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
The inputs provided when the activity task was scheduled. The form of the input is user defined and should be meaningful to the activity implementation.
Consumes the builder and constructs a PollForActivityTaskOutput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more