#[non_exhaustive]pub struct PutPipelineDefinitionInput { /* private fields */ }
Expand description
Contains the parameters for PutPipelineDefinition.
Implementations
sourceimpl PutPipelineDefinitionInput
impl PutPipelineDefinitionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutPipelineDefinition, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutPipelineDefinition, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutPipelineDefinition
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutPipelineDefinitionInput
.
sourceimpl PutPipelineDefinitionInput
impl PutPipelineDefinitionInput
sourcepub fn pipeline_id(&self) -> Option<&str>
pub fn pipeline_id(&self) -> Option<&str>
The ID of the pipeline.
sourcepub fn pipeline_objects(&self) -> Option<&[PipelineObject]>
pub fn pipeline_objects(&self) -> Option<&[PipelineObject]>
The objects that define the pipeline. These objects overwrite the existing pipeline definition.
sourcepub fn parameter_objects(&self) -> Option<&[ParameterObject]>
pub fn parameter_objects(&self) -> Option<&[ParameterObject]>
The parameter objects used with the pipeline.
sourcepub fn parameter_values(&self) -> Option<&[ParameterValue]>
pub fn parameter_values(&self) -> Option<&[ParameterValue]>
The parameter values used with the pipeline.
Trait Implementations
sourceimpl Clone for PutPipelineDefinitionInput
impl Clone for PutPipelineDefinitionInput
sourcefn clone(&self) -> PutPipelineDefinitionInput
fn clone(&self) -> PutPipelineDefinitionInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PutPipelineDefinitionInput
impl Debug for PutPipelineDefinitionInput
sourceimpl PartialEq<PutPipelineDefinitionInput> for PutPipelineDefinitionInput
impl PartialEq<PutPipelineDefinitionInput> for PutPipelineDefinitionInput
sourcefn eq(&self, other: &PutPipelineDefinitionInput) -> bool
fn eq(&self, other: &PutPipelineDefinitionInput) -> bool
impl StructuralPartialEq for PutPipelineDefinitionInput
Auto Trait Implementations
impl RefUnwindSafe for PutPipelineDefinitionInput
impl Send for PutPipelineDefinitionInput
impl Sync for PutPipelineDefinitionInput
impl Unpin for PutPipelineDefinitionInput
impl UnwindSafe for PutPipelineDefinitionInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more