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.
This field is required.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 get_pipeline(&self) -> &Option<ServicePipeline>
pub fn get_pipeline(&self) -> &Option<ServicePipeline>
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 for UpdateServicePipelineOutputBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for UpdateServicePipelineOutputBuilder
Auto Trait Implementations§
impl Freeze for UpdateServicePipelineOutputBuilder
impl RefUnwindSafe for UpdateServicePipelineOutputBuilder
impl Send for UpdateServicePipelineOutputBuilder
impl Sync for UpdateServicePipelineOutputBuilder
impl Unpin for UpdateServicePipelineOutputBuilder
impl UnwindSafe for UpdateServicePipelineOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.