#[non_exhaustive]pub struct DescribeFlowInputBuilder { /* private fields */ }Expand description
A builder for DescribeFlowInput.
Implementations§
source§impl DescribeFlowInputBuilder
impl DescribeFlowInputBuilder
sourcepub fn flow_name(self, input: impl Into<String>) -> Self
pub fn flow_name(self, input: impl Into<String>) -> Self
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
This field is required.sourcepub fn set_flow_name(self, input: Option<String>) -> Self
pub fn set_flow_name(self, input: Option<String>) -> Self
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
sourcepub fn get_flow_name(&self) -> &Option<String>
pub fn get_flow_name(&self) -> &Option<String>
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
sourcepub fn build(self) -> Result<DescribeFlowInput, BuildError>
pub fn build(self) -> Result<DescribeFlowInput, BuildError>
Consumes the builder and constructs a DescribeFlowInput.
source§impl DescribeFlowInputBuilder
impl DescribeFlowInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeFlowOutput, SdkError<DescribeFlowError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeFlowOutput, SdkError<DescribeFlowError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeFlowInputBuilder
impl Clone for DescribeFlowInputBuilder
source§fn clone(&self) -> DescribeFlowInputBuilder
fn clone(&self) -> DescribeFlowInputBuilder
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 DescribeFlowInputBuilder
impl Debug for DescribeFlowInputBuilder
source§impl Default for DescribeFlowInputBuilder
impl Default for DescribeFlowInputBuilder
source§fn default() -> DescribeFlowInputBuilder
fn default() -> DescribeFlowInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeFlowInputBuilder
impl PartialEq for DescribeFlowInputBuilder
source§fn eq(&self, other: &DescribeFlowInputBuilder) -> bool
fn eq(&self, other: &DescribeFlowInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeFlowInputBuilder
Auto Trait Implementations§
impl Freeze for DescribeFlowInputBuilder
impl RefUnwindSafe for DescribeFlowInputBuilder
impl Send for DescribeFlowInputBuilder
impl Sync for DescribeFlowInputBuilder
impl Unpin for DescribeFlowInputBuilder
impl UnwindSafe for DescribeFlowInputBuilder
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.