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