Struct aws_sdk_swf::operation::terminate_workflow_execution::builders::TerminateWorkflowExecutionOutputBuilder
source · #[non_exhaustive]pub struct TerminateWorkflowExecutionOutputBuilder { /* private fields */ }
Expand description
A builder for TerminateWorkflowExecutionOutput
.
Implementations§
source§impl TerminateWorkflowExecutionOutputBuilder
impl TerminateWorkflowExecutionOutputBuilder
sourcepub fn build(self) -> TerminateWorkflowExecutionOutput
pub fn build(self) -> TerminateWorkflowExecutionOutput
Consumes the builder and constructs a TerminateWorkflowExecutionOutput
.
Trait Implementations§
source§impl Clone for TerminateWorkflowExecutionOutputBuilder
impl Clone for TerminateWorkflowExecutionOutputBuilder
source§fn clone(&self) -> TerminateWorkflowExecutionOutputBuilder
fn clone(&self) -> TerminateWorkflowExecutionOutputBuilder
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 TerminateWorkflowExecutionOutputBuilder
impl Default for TerminateWorkflowExecutionOutputBuilder
source§fn default() -> TerminateWorkflowExecutionOutputBuilder
fn default() -> TerminateWorkflowExecutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TerminateWorkflowExecutionOutputBuilder> for TerminateWorkflowExecutionOutputBuilder
impl PartialEq<TerminateWorkflowExecutionOutputBuilder> for TerminateWorkflowExecutionOutputBuilder
source§fn eq(&self, other: &TerminateWorkflowExecutionOutputBuilder) -> bool
fn eq(&self, other: &TerminateWorkflowExecutionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.