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