#[non_exhaustive]pub struct GetPipelineOutputBuilder { /* private fields */ }
Expand description
A builder for GetPipelineOutput
.
Implementations§
source§impl GetPipelineOutputBuilder
impl GetPipelineOutputBuilder
sourcepub fn pipeline(self, input: PipelineDeclaration) -> Self
pub fn pipeline(self, input: PipelineDeclaration) -> Self
Represents the structure of actions and stages to be performed in the pipeline.
sourcepub fn set_pipeline(self, input: Option<PipelineDeclaration>) -> Self
pub fn set_pipeline(self, input: Option<PipelineDeclaration>) -> Self
Represents the structure of actions and stages to be performed in the pipeline.
sourcepub fn get_pipeline(&self) -> &Option<PipelineDeclaration>
pub fn get_pipeline(&self) -> &Option<PipelineDeclaration>
Represents the structure of actions and stages to be performed in the pipeline.
sourcepub fn metadata(self, input: PipelineMetadata) -> Self
pub fn metadata(self, input: PipelineMetadata) -> Self
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
sourcepub fn set_metadata(self, input: Option<PipelineMetadata>) -> Self
pub fn set_metadata(self, input: Option<PipelineMetadata>) -> Self
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
sourcepub fn get_metadata(&self) -> &Option<PipelineMetadata>
pub fn get_metadata(&self) -> &Option<PipelineMetadata>
Represents the pipeline metadata information returned as part of the output of a GetPipeline
action.
sourcepub fn build(self) -> GetPipelineOutput
pub fn build(self) -> GetPipelineOutput
Consumes the builder and constructs a GetPipelineOutput
.
Trait Implementations§
source§impl Clone for GetPipelineOutputBuilder
impl Clone for GetPipelineOutputBuilder
source§fn clone(&self) -> GetPipelineOutputBuilder
fn clone(&self) -> GetPipelineOutputBuilder
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 Debug for GetPipelineOutputBuilder
impl Debug for GetPipelineOutputBuilder
source§impl Default for GetPipelineOutputBuilder
impl Default for GetPipelineOutputBuilder
source§fn default() -> GetPipelineOutputBuilder
fn default() -> GetPipelineOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetPipelineOutputBuilder
impl PartialEq for GetPipelineOutputBuilder
source§fn eq(&self, other: &GetPipelineOutputBuilder) -> bool
fn eq(&self, other: &GetPipelineOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for GetPipelineOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetPipelineOutputBuilder
impl Send for GetPipelineOutputBuilder
impl Sync for GetPipelineOutputBuilder
impl Unpin for GetPipelineOutputBuilder
impl UnwindSafe for GetPipelineOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.