Struct aws_sdk_glue::operation::resume_workflow_run::builders::ResumeWorkflowRunOutputBuilder
source · #[non_exhaustive]pub struct ResumeWorkflowRunOutputBuilder { /* private fields */ }Expand description
A builder for ResumeWorkflowRunOutput.
Implementations§
source§impl ResumeWorkflowRunOutputBuilder
impl ResumeWorkflowRunOutputBuilder
sourcepub fn run_id(self, input: impl Into<String>) -> Self
pub fn run_id(self, input: impl Into<String>) -> Self
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
sourcepub fn set_run_id(self, input: Option<String>) -> Self
pub fn set_run_id(self, input: Option<String>) -> Self
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
sourcepub fn get_run_id(&self) -> &Option<String>
pub fn get_run_id(&self) -> &Option<String>
The new ID assigned to the resumed workflow run. Each resume of a workflow run will have a new run ID.
sourcepub fn node_ids(self, input: impl Into<String>) -> Self
pub fn node_ids(self, input: impl Into<String>) -> Self
Appends an item to node_ids.
To override the contents of this collection use set_node_ids.
A list of the node IDs for the nodes that were actually restarted.
sourcepub fn set_node_ids(self, input: Option<Vec<String>>) -> Self
pub fn set_node_ids(self, input: Option<Vec<String>>) -> Self
A list of the node IDs for the nodes that were actually restarted.
sourcepub fn get_node_ids(&self) -> &Option<Vec<String>>
pub fn get_node_ids(&self) -> &Option<Vec<String>>
A list of the node IDs for the nodes that were actually restarted.
sourcepub fn build(self) -> ResumeWorkflowRunOutput
pub fn build(self) -> ResumeWorkflowRunOutput
Consumes the builder and constructs a ResumeWorkflowRunOutput.
Trait Implementations§
source§impl Clone for ResumeWorkflowRunOutputBuilder
impl Clone for ResumeWorkflowRunOutputBuilder
source§fn clone(&self) -> ResumeWorkflowRunOutputBuilder
fn clone(&self) -> ResumeWorkflowRunOutputBuilder
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 Default for ResumeWorkflowRunOutputBuilder
impl Default for ResumeWorkflowRunOutputBuilder
source§fn default() -> ResumeWorkflowRunOutputBuilder
fn default() -> ResumeWorkflowRunOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ResumeWorkflowRunOutputBuilder
impl PartialEq for ResumeWorkflowRunOutputBuilder
source§fn eq(&self, other: &ResumeWorkflowRunOutputBuilder) -> bool
fn eq(&self, other: &ResumeWorkflowRunOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ResumeWorkflowRunOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResumeWorkflowRunOutputBuilder
impl Send for ResumeWorkflowRunOutputBuilder
impl Sync for ResumeWorkflowRunOutputBuilder
impl Unpin for ResumeWorkflowRunOutputBuilder
impl UnwindSafe for ResumeWorkflowRunOutputBuilder
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.