#[non_exhaustive]pub struct CancelStepsOutputBuilder { /* private fields */ }
Expand description
A builder for CancelStepsOutput
.
Implementations§
source§impl CancelStepsOutputBuilder
impl CancelStepsOutputBuilder
sourcepub fn cancel_steps_info_list(self, input: CancelStepsInfo) -> Self
pub fn cancel_steps_info_list(self, input: CancelStepsInfo) -> Self
Appends an item to cancel_steps_info_list
.
To override the contents of this collection use set_cancel_steps_info_list
.
A list of CancelStepsInfo
, which shows the status of specified cancel requests for each StepID
specified.
sourcepub fn set_cancel_steps_info_list(
self,
input: Option<Vec<CancelStepsInfo>>
) -> Self
pub fn set_cancel_steps_info_list( self, input: Option<Vec<CancelStepsInfo>> ) -> Self
A list of CancelStepsInfo
, which shows the status of specified cancel requests for each StepID
specified.
sourcepub fn get_cancel_steps_info_list(&self) -> &Option<Vec<CancelStepsInfo>>
pub fn get_cancel_steps_info_list(&self) -> &Option<Vec<CancelStepsInfo>>
A list of CancelStepsInfo
, which shows the status of specified cancel requests for each StepID
specified.
sourcepub fn build(self) -> CancelStepsOutput
pub fn build(self) -> CancelStepsOutput
Consumes the builder and constructs a CancelStepsOutput
.
Trait Implementations§
source§impl Clone for CancelStepsOutputBuilder
impl Clone for CancelStepsOutputBuilder
source§fn clone(&self) -> CancelStepsOutputBuilder
fn clone(&self) -> CancelStepsOutputBuilder
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 CancelStepsOutputBuilder
impl Debug for CancelStepsOutputBuilder
source§impl Default for CancelStepsOutputBuilder
impl Default for CancelStepsOutputBuilder
source§fn default() -> CancelStepsOutputBuilder
fn default() -> CancelStepsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CancelStepsOutputBuilder
impl PartialEq for CancelStepsOutputBuilder
source§fn eq(&self, other: &CancelStepsOutputBuilder) -> bool
fn eq(&self, other: &CancelStepsOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CancelStepsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CancelStepsOutputBuilder
impl Send for CancelStepsOutputBuilder
impl Sync for CancelStepsOutputBuilder
impl Unpin for CancelStepsOutputBuilder
impl UnwindSafe for CancelStepsOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.