Struct aws_sdk_proton::operation::update_service_pipeline::builders::UpdateServicePipelineOutputBuilder
source · #[non_exhaustive]pub struct UpdateServicePipelineOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateServicePipelineOutput
.
Implementations§
source§impl UpdateServicePipelineOutputBuilder
impl UpdateServicePipelineOutputBuilder
sourcepub fn pipeline(self, input: ServicePipeline) -> Self
pub fn pipeline(self, input: ServicePipeline) -> Self
The pipeline details that are returned by Proton.
sourcepub fn set_pipeline(self, input: Option<ServicePipeline>) -> Self
pub fn set_pipeline(self, input: Option<ServicePipeline>) -> Self
The pipeline details that are returned by Proton.
sourcepub fn build(self) -> UpdateServicePipelineOutput
pub fn build(self) -> UpdateServicePipelineOutput
Consumes the builder and constructs a UpdateServicePipelineOutput
.
Trait Implementations§
source§impl Clone for UpdateServicePipelineOutputBuilder
impl Clone for UpdateServicePipelineOutputBuilder
source§fn clone(&self) -> UpdateServicePipelineOutputBuilder
fn clone(&self) -> UpdateServicePipelineOutputBuilder
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 UpdateServicePipelineOutputBuilder
impl Default for UpdateServicePipelineOutputBuilder
source§fn default() -> UpdateServicePipelineOutputBuilder
fn default() -> UpdateServicePipelineOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateServicePipelineOutputBuilder> for UpdateServicePipelineOutputBuilder
impl PartialEq<UpdateServicePipelineOutputBuilder> for UpdateServicePipelineOutputBuilder
source§fn eq(&self, other: &UpdateServicePipelineOutputBuilder) -> bool
fn eq(&self, other: &UpdateServicePipelineOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.