Struct aws_sdk_codepipeline::operation::get_pipeline_execution::builders::GetPipelineExecutionOutputBuilder
source · #[non_exhaustive]pub struct GetPipelineExecutionOutputBuilder { /* private fields */ }
Expand description
A builder for GetPipelineExecutionOutput
.
Implementations§
source§impl GetPipelineExecutionOutputBuilder
impl GetPipelineExecutionOutputBuilder
sourcepub fn pipeline_execution(self, input: PipelineExecution) -> Self
pub fn pipeline_execution(self, input: PipelineExecution) -> Self
Represents information about the execution of a pipeline.
sourcepub fn set_pipeline_execution(self, input: Option<PipelineExecution>) -> Self
pub fn set_pipeline_execution(self, input: Option<PipelineExecution>) -> Self
Represents information about the execution of a pipeline.
sourcepub fn build(self) -> GetPipelineExecutionOutput
pub fn build(self) -> GetPipelineExecutionOutput
Consumes the builder and constructs a GetPipelineExecutionOutput
.
Trait Implementations§
source§impl Clone for GetPipelineExecutionOutputBuilder
impl Clone for GetPipelineExecutionOutputBuilder
source§fn clone(&self) -> GetPipelineExecutionOutputBuilder
fn clone(&self) -> GetPipelineExecutionOutputBuilder
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 GetPipelineExecutionOutputBuilder
impl Default for GetPipelineExecutionOutputBuilder
source§fn default() -> GetPipelineExecutionOutputBuilder
fn default() -> GetPipelineExecutionOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetPipelineExecutionOutputBuilder> for GetPipelineExecutionOutputBuilder
impl PartialEq<GetPipelineExecutionOutputBuilder> for GetPipelineExecutionOutputBuilder
source§fn eq(&self, other: &GetPipelineExecutionOutputBuilder) -> bool
fn eq(&self, other: &GetPipelineExecutionOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.