Struct aws_sdk_appflow::operation::stop_flow::builders::StopFlowInputBuilder
source · #[non_exhaustive]pub struct StopFlowInputBuilder { /* private fields */ }
Expand description
A builder for StopFlowInput
.
Implementations§
source§impl StopFlowInputBuilder
impl StopFlowInputBuilder
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<StopFlowInput, BuildError>
pub fn build(self) -> Result<StopFlowInput, BuildError>
Consumes the builder and constructs a StopFlowInput
.
source§impl StopFlowInputBuilder
impl StopFlowInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<StopFlowOutput, SdkError<StopFlowError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<StopFlowOutput, SdkError<StopFlowError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for StopFlowInputBuilder
impl Clone for StopFlowInputBuilder
source§fn clone(&self) -> StopFlowInputBuilder
fn clone(&self) -> StopFlowInputBuilder
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 StopFlowInputBuilder
impl Debug for StopFlowInputBuilder
source§impl Default for StopFlowInputBuilder
impl Default for StopFlowInputBuilder
source§fn default() -> StopFlowInputBuilder
fn default() -> StopFlowInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopFlowInputBuilder
impl PartialEq for StopFlowInputBuilder
source§fn eq(&self, other: &StopFlowInputBuilder) -> bool
fn eq(&self, other: &StopFlowInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StopFlowInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StopFlowInputBuilder
impl Send for StopFlowInputBuilder
impl Sync for StopFlowInputBuilder
impl Unpin for StopFlowInputBuilder
impl UnwindSafe for StopFlowInputBuilder
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.