Struct aws_sdk_glue::operation::get_workflow_run_properties::builders::GetWorkflowRunPropertiesOutputBuilder
source · #[non_exhaustive]pub struct GetWorkflowRunPropertiesOutputBuilder { /* private fields */ }Expand description
A builder for GetWorkflowRunPropertiesOutput.
Implementations§
source§impl GetWorkflowRunPropertiesOutputBuilder
impl GetWorkflowRunPropertiesOutputBuilder
sourcepub fn run_properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
pub fn run_properties(self, k: impl Into<String>, v: impl Into<String>) -> Self
Adds a key-value pair to run_properties.
To override the contents of this collection use set_run_properties.
The workflow run properties which were set during the specified run.
sourcepub fn set_run_properties(self, input: Option<HashMap<String, String>>) -> Self
pub fn set_run_properties(self, input: Option<HashMap<String, String>>) -> Self
The workflow run properties which were set during the specified run.
sourcepub fn get_run_properties(&self) -> &Option<HashMap<String, String>>
pub fn get_run_properties(&self) -> &Option<HashMap<String, String>>
The workflow run properties which were set during the specified run.
sourcepub fn build(self) -> GetWorkflowRunPropertiesOutput
pub fn build(self) -> GetWorkflowRunPropertiesOutput
Consumes the builder and constructs a GetWorkflowRunPropertiesOutput.
Trait Implementations§
source§impl Clone for GetWorkflowRunPropertiesOutputBuilder
impl Clone for GetWorkflowRunPropertiesOutputBuilder
source§fn clone(&self) -> GetWorkflowRunPropertiesOutputBuilder
fn clone(&self) -> GetWorkflowRunPropertiesOutputBuilder
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 GetWorkflowRunPropertiesOutputBuilder
impl Default for GetWorkflowRunPropertiesOutputBuilder
source§fn default() -> GetWorkflowRunPropertiesOutputBuilder
fn default() -> GetWorkflowRunPropertiesOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetWorkflowRunPropertiesOutputBuilder
impl PartialEq for GetWorkflowRunPropertiesOutputBuilder
source§fn eq(&self, other: &GetWorkflowRunPropertiesOutputBuilder) -> bool
fn eq(&self, other: &GetWorkflowRunPropertiesOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetWorkflowRunPropertiesOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetWorkflowRunPropertiesOutputBuilder
impl Send for GetWorkflowRunPropertiesOutputBuilder
impl Sync for GetWorkflowRunPropertiesOutputBuilder
impl Unpin for GetWorkflowRunPropertiesOutputBuilder
impl UnwindSafe for GetWorkflowRunPropertiesOutputBuilder
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.