Struct aws_sdk_transfer::operation::describe_execution::builders::DescribeExecutionOutputBuilder
source · #[non_exhaustive]pub struct DescribeExecutionOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeExecutionOutput
.
Implementations§
source§impl DescribeExecutionOutputBuilder
impl DescribeExecutionOutputBuilder
sourcepub fn workflow_id(self, input: impl Into<String>) -> Self
pub fn workflow_id(self, input: impl Into<String>) -> Self
A unique identifier for the workflow.
This field is required.sourcepub fn set_workflow_id(self, input: Option<String>) -> Self
pub fn set_workflow_id(self, input: Option<String>) -> Self
A unique identifier for the workflow.
sourcepub fn get_workflow_id(&self) -> &Option<String>
pub fn get_workflow_id(&self) -> &Option<String>
A unique identifier for the workflow.
sourcepub fn execution(self, input: DescribedExecution) -> Self
pub fn execution(self, input: DescribedExecution) -> Self
The structure that contains the details of the workflow' execution.
This field is required.sourcepub fn set_execution(self, input: Option<DescribedExecution>) -> Self
pub fn set_execution(self, input: Option<DescribedExecution>) -> Self
The structure that contains the details of the workflow' execution.
sourcepub fn get_execution(&self) -> &Option<DescribedExecution>
pub fn get_execution(&self) -> &Option<DescribedExecution>
The structure that contains the details of the workflow' execution.
sourcepub fn build(self) -> Result<DescribeExecutionOutput, BuildError>
pub fn build(self) -> Result<DescribeExecutionOutput, BuildError>
Consumes the builder and constructs a DescribeExecutionOutput
.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for DescribeExecutionOutputBuilder
impl Clone for DescribeExecutionOutputBuilder
source§fn clone(&self) -> DescribeExecutionOutputBuilder
fn clone(&self) -> DescribeExecutionOutputBuilder
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 DescribeExecutionOutputBuilder
impl Default for DescribeExecutionOutputBuilder
source§fn default() -> DescribeExecutionOutputBuilder
fn default() -> DescribeExecutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeExecutionOutputBuilder
impl PartialEq for DescribeExecutionOutputBuilder
source§fn eq(&self, other: &DescribeExecutionOutputBuilder) -> bool
fn eq(&self, other: &DescribeExecutionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeExecutionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeExecutionOutputBuilder
impl Send for DescribeExecutionOutputBuilder
impl Sync for DescribeExecutionOutputBuilder
impl Unpin for DescribeExecutionOutputBuilder
impl UnwindSafe for DescribeExecutionOutputBuilder
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.