Struct aws_sdk_appstream::operation::stop_app_block_builder::builders::StopAppBlockBuilderOutputBuilder
source · #[non_exhaustive]pub struct StopAppBlockBuilderOutputBuilder { /* private fields */ }
Expand description
A builder for StopAppBlockBuilderOutput
.
Implementations§
source§impl StopAppBlockBuilderOutputBuilder
impl StopAppBlockBuilderOutputBuilder
sourcepub fn app_block_builder(self, input: AppBlockBuilder) -> Self
pub fn app_block_builder(self, input: AppBlockBuilder) -> Self
Describes an app block builder.
sourcepub fn set_app_block_builder(self, input: Option<AppBlockBuilder>) -> Self
pub fn set_app_block_builder(self, input: Option<AppBlockBuilder>) -> Self
Describes an app block builder.
sourcepub fn get_app_block_builder(&self) -> &Option<AppBlockBuilder>
pub fn get_app_block_builder(&self) -> &Option<AppBlockBuilder>
Describes an app block builder.
sourcepub fn build(self) -> StopAppBlockBuilderOutput
pub fn build(self) -> StopAppBlockBuilderOutput
Consumes the builder and constructs a StopAppBlockBuilderOutput
.
Trait Implementations§
source§impl Clone for StopAppBlockBuilderOutputBuilder
impl Clone for StopAppBlockBuilderOutputBuilder
source§fn clone(&self) -> StopAppBlockBuilderOutputBuilder
fn clone(&self) -> StopAppBlockBuilderOutputBuilder
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 StopAppBlockBuilderOutputBuilder
impl Default for StopAppBlockBuilderOutputBuilder
source§fn default() -> StopAppBlockBuilderOutputBuilder
fn default() -> StopAppBlockBuilderOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StopAppBlockBuilderOutputBuilder
impl PartialEq for StopAppBlockBuilderOutputBuilder
source§fn eq(&self, other: &StopAppBlockBuilderOutputBuilder) -> bool
fn eq(&self, other: &StopAppBlockBuilderOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StopAppBlockBuilderOutputBuilder
Auto Trait Implementations§
impl Freeze for StopAppBlockBuilderOutputBuilder
impl RefUnwindSafe for StopAppBlockBuilderOutputBuilder
impl Send for StopAppBlockBuilderOutputBuilder
impl Sync for StopAppBlockBuilderOutputBuilder
impl Unpin for StopAppBlockBuilderOutputBuilder
impl UnwindSafe for StopAppBlockBuilderOutputBuilder
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.