#[non_exhaustive]pub struct UpdateLaunchOutputBuilder { /* private fields */ }Expand description
A builder for UpdateLaunchOutput.
Implementations§
source§impl UpdateLaunchOutputBuilder
impl UpdateLaunchOutputBuilder
sourcepub fn launch(self, input: Launch) -> Self
pub fn launch(self, input: Launch) -> Self
A structure that contains the new configuration of the launch that was updated.
This field is required.sourcepub fn set_launch(self, input: Option<Launch>) -> Self
pub fn set_launch(self, input: Option<Launch>) -> Self
A structure that contains the new configuration of the launch that was updated.
sourcepub fn get_launch(&self) -> &Option<Launch>
pub fn get_launch(&self) -> &Option<Launch>
A structure that contains the new configuration of the launch that was updated.
sourcepub fn build(self) -> UpdateLaunchOutput
pub fn build(self) -> UpdateLaunchOutput
Consumes the builder and constructs a UpdateLaunchOutput.
Trait Implementations§
source§impl Clone for UpdateLaunchOutputBuilder
impl Clone for UpdateLaunchOutputBuilder
source§fn clone(&self) -> UpdateLaunchOutputBuilder
fn clone(&self) -> UpdateLaunchOutputBuilder
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 UpdateLaunchOutputBuilder
impl Debug for UpdateLaunchOutputBuilder
source§impl Default for UpdateLaunchOutputBuilder
impl Default for UpdateLaunchOutputBuilder
source§fn default() -> UpdateLaunchOutputBuilder
fn default() -> UpdateLaunchOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateLaunchOutputBuilder
impl PartialEq for UpdateLaunchOutputBuilder
source§fn eq(&self, other: &UpdateLaunchOutputBuilder) -> bool
fn eq(&self, other: &UpdateLaunchOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateLaunchOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLaunchOutputBuilder
impl Send for UpdateLaunchOutputBuilder
impl Sync for UpdateLaunchOutputBuilder
impl Unpin for UpdateLaunchOutputBuilder
impl UnwindSafe for UpdateLaunchOutputBuilder
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.