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