Struct aws_sdk_pipes::input::StopPipeInput
source · #[non_exhaustive]pub struct StopPipeInput { /* private fields */ }
Implementations§
source§impl StopPipeInput
impl StopPipeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopPipe, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopPipe, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopPipe
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopPipeInput
.
Trait Implementations§
source§impl Clone for StopPipeInput
impl Clone for StopPipeInput
source§fn clone(&self) -> StopPipeInput
fn clone(&self) -> StopPipeInput
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 StopPipeInput
impl Debug for StopPipeInput
source§impl PartialEq<StopPipeInput> for StopPipeInput
impl PartialEq<StopPipeInput> for StopPipeInput
source§fn eq(&self, other: &StopPipeInput) -> bool
fn eq(&self, other: &StopPipeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.