Struct aws_sdk_datapipeline::output::PollForTaskOutput
source · #[non_exhaustive]pub struct PollForTaskOutput { /* private fields */ }Expand description
Contains the output of PollForTask.
Implementations§
source§impl PollForTaskOutput
impl PollForTaskOutput
sourcepub fn task_object(&self) -> Option<&TaskObject>
pub fn task_object(&self) -> Option<&TaskObject>
The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.
source§impl PollForTaskOutput
impl PollForTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PollForTaskOutput.
Trait Implementations§
source§impl Clone for PollForTaskOutput
impl Clone for PollForTaskOutput
source§fn clone(&self) -> PollForTaskOutput
fn clone(&self) -> PollForTaskOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PollForTaskOutput
impl Debug for PollForTaskOutput
source§impl PartialEq<PollForTaskOutput> for PollForTaskOutput
impl PartialEq<PollForTaskOutput> for PollForTaskOutput
source§fn eq(&self, other: &PollForTaskOutput) -> bool
fn eq(&self, other: &PollForTaskOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.