#[non_exhaustive]pub struct DescribeFlowOutputBuilder { /* private fields */ }Expand description
A builder for DescribeFlowOutput.
Implementations§
source§impl DescribeFlowOutputBuilder
impl DescribeFlowOutputBuilder
sourcepub fn flow(self, input: Flow) -> Self
pub fn flow(self, input: Flow) -> Self
The settings for a flow, including its source, outputs, and entitlements.
sourcepub fn set_flow(self, input: Option<Flow>) -> Self
pub fn set_flow(self, input: Option<Flow>) -> Self
The settings for a flow, including its source, outputs, and entitlements.
sourcepub fn get_flow(&self) -> &Option<Flow>
pub fn get_flow(&self) -> &Option<Flow>
The settings for a flow, including its source, outputs, and entitlements.
sourcepub fn set_messages(self, input: Option<Messages>) -> Self
pub fn set_messages(self, input: Option<Messages>) -> Self
Messages that provide the state of the flow.
sourcepub fn get_messages(&self) -> &Option<Messages>
pub fn get_messages(&self) -> &Option<Messages>
Messages that provide the state of the flow.
sourcepub fn build(self) -> DescribeFlowOutput
pub fn build(self) -> DescribeFlowOutput
Consumes the builder and constructs a DescribeFlowOutput.
Trait Implementations§
source§impl Clone for DescribeFlowOutputBuilder
impl Clone for DescribeFlowOutputBuilder
source§fn clone(&self) -> DescribeFlowOutputBuilder
fn clone(&self) -> DescribeFlowOutputBuilder
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 DescribeFlowOutputBuilder
impl Debug for DescribeFlowOutputBuilder
source§impl Default for DescribeFlowOutputBuilder
impl Default for DescribeFlowOutputBuilder
source§fn default() -> DescribeFlowOutputBuilder
fn default() -> DescribeFlowOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeFlowOutputBuilder
impl PartialEq for DescribeFlowOutputBuilder
source§fn eq(&self, other: &DescribeFlowOutputBuilder) -> bool
fn eq(&self, other: &DescribeFlowOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeFlowOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeFlowOutputBuilder
impl Send for DescribeFlowOutputBuilder
impl Sync for DescribeFlowOutputBuilder
impl Unpin for DescribeFlowOutputBuilder
impl UnwindSafe for DescribeFlowOutputBuilder
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.