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