Struct aws_sdk_datapipeline::output::PollForTaskOutput
source · [−]#[non_exhaustive]pub struct PollForTaskOutput { /* private fields */ }Expand description
Contains the output of PollForTask.
Implementations
sourceimpl 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.
sourceimpl PollForTaskOutput
impl PollForTaskOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PollForTaskOutput.
Trait Implementations
sourceimpl Clone for PollForTaskOutput
impl Clone for PollForTaskOutput
sourcefn clone(&self) -> PollForTaskOutput
fn clone(&self) -> PollForTaskOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for PollForTaskOutput
impl Debug for PollForTaskOutput
sourceimpl PartialEq<PollForTaskOutput> for PollForTaskOutput
impl PartialEq<PollForTaskOutput> for PollForTaskOutput
sourcefn 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 ==. Read more
sourcefn ne(&self, other: &PollForTaskOutput) -> bool
fn ne(&self, other: &PollForTaskOutput) -> bool
This method tests for !=.
impl StructuralPartialEq for PollForTaskOutput
Auto Trait Implementations
impl RefUnwindSafe for PollForTaskOutput
impl Send for PollForTaskOutput
impl Sync for PollForTaskOutput
impl Unpin for PollForTaskOutput
impl UnwindSafe for PollForTaskOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more