Struct aws_sdk_pipes::input::UpdatePipeInput
source · #[non_exhaustive]pub struct UpdatePipeInput { /* private fields */ }
Implementations§
source§impl UpdatePipeInput
impl UpdatePipeInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePipe, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdatePipe, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdatePipe
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdatePipeInput
.
source§impl UpdatePipeInput
impl UpdatePipeInput
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
A description of the pipe.
sourcepub fn desired_state(&self) -> Option<&RequestedPipeState>
pub fn desired_state(&self) -> Option<&RequestedPipeState>
The state the pipe should be in.
sourcepub fn source_parameters(&self) -> Option<&UpdatePipeSourceParameters>
pub fn source_parameters(&self) -> Option<&UpdatePipeSourceParameters>
The parameters required to set up a source for your pipe.
sourcepub fn enrichment(&self) -> Option<&str>
pub fn enrichment(&self) -> Option<&str>
The ARN of the enrichment resource.
sourcepub fn enrichment_parameters(&self) -> Option<&PipeEnrichmentParameters>
pub fn enrichment_parameters(&self) -> Option<&PipeEnrichmentParameters>
The parameters required to set up enrichment on your pipe.
sourcepub fn target_parameters(&self) -> Option<&PipeTargetParameters>
pub fn target_parameters(&self) -> Option<&PipeTargetParameters>
The parameters required to set up a target for your pipe.
Trait Implementations§
source§impl Clone for UpdatePipeInput
impl Clone for UpdatePipeInput
source§fn clone(&self) -> UpdatePipeInput
fn clone(&self) -> UpdatePipeInput
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 UpdatePipeInput
impl Debug for UpdatePipeInput
source§impl PartialEq<UpdatePipeInput> for UpdatePipeInput
impl PartialEq<UpdatePipeInput> for UpdatePipeInput
source§fn eq(&self, other: &UpdatePipeInput) -> bool
fn eq(&self, other: &UpdatePipeInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.