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