Struct aws_sdk_datapipeline::operation::get_pipeline_definition::builders::GetPipelineDefinitionOutputBuilder
source · #[non_exhaustive]pub struct GetPipelineDefinitionOutputBuilder { /* private fields */ }
Expand description
A builder for GetPipelineDefinitionOutput
.
Implementations§
source§impl GetPipelineDefinitionOutputBuilder
impl GetPipelineDefinitionOutputBuilder
sourcepub fn pipeline_objects(self, input: PipelineObject) -> Self
pub fn pipeline_objects(self, input: PipelineObject) -> Self
Appends an item to pipeline_objects
.
To override the contents of this collection use set_pipeline_objects
.
The objects defined in the pipeline.
sourcepub fn set_pipeline_objects(self, input: Option<Vec<PipelineObject>>) -> Self
pub fn set_pipeline_objects(self, input: Option<Vec<PipelineObject>>) -> Self
The objects defined in the pipeline.
sourcepub fn parameter_objects(self, input: ParameterObject) -> Self
pub fn parameter_objects(self, input: ParameterObject) -> Self
Appends an item to parameter_objects
.
To override the contents of this collection use set_parameter_objects
.
The parameter objects used in the pipeline definition.
sourcepub fn set_parameter_objects(self, input: Option<Vec<ParameterObject>>) -> Self
pub fn set_parameter_objects(self, input: Option<Vec<ParameterObject>>) -> Self
The parameter objects used in the pipeline definition.
sourcepub fn parameter_values(self, input: ParameterValue) -> Self
pub fn parameter_values(self, input: ParameterValue) -> Self
Appends an item to parameter_values
.
To override the contents of this collection use set_parameter_values
.
The parameter values used in the pipeline definition.
sourcepub fn set_parameter_values(self, input: Option<Vec<ParameterValue>>) -> Self
pub fn set_parameter_values(self, input: Option<Vec<ParameterValue>>) -> Self
The parameter values used in the pipeline definition.
sourcepub fn build(self) -> GetPipelineDefinitionOutput
pub fn build(self) -> GetPipelineDefinitionOutput
Consumes the builder and constructs a GetPipelineDefinitionOutput
.
Trait Implementations§
source§impl Clone for GetPipelineDefinitionOutputBuilder
impl Clone for GetPipelineDefinitionOutputBuilder
source§fn clone(&self) -> GetPipelineDefinitionOutputBuilder
fn clone(&self) -> GetPipelineDefinitionOutputBuilder
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 Default for GetPipelineDefinitionOutputBuilder
impl Default for GetPipelineDefinitionOutputBuilder
source§fn default() -> GetPipelineDefinitionOutputBuilder
fn default() -> GetPipelineDefinitionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPipelineDefinitionOutputBuilder> for GetPipelineDefinitionOutputBuilder
impl PartialEq<GetPipelineDefinitionOutputBuilder> for GetPipelineDefinitionOutputBuilder
source§fn eq(&self, other: &GetPipelineDefinitionOutputBuilder) -> bool
fn eq(&self, other: &GetPipelineDefinitionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetPipelineDefinitionOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPipelineDefinitionOutputBuilder
impl Send for GetPipelineDefinitionOutputBuilder
impl Sync for GetPipelineDefinitionOutputBuilder
impl Unpin for GetPipelineDefinitionOutputBuilder
impl UnwindSafe for GetPipelineDefinitionOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more