Struct aws_sdk_appstream::operation::associate_application_fleet::builders::AssociateApplicationFleetOutputBuilder
source · #[non_exhaustive]pub struct AssociateApplicationFleetOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateApplicationFleetOutput
.
Implementations§
source§impl AssociateApplicationFleetOutputBuilder
impl AssociateApplicationFleetOutputBuilder
sourcepub fn application_fleet_association(
self,
input: ApplicationFleetAssociation
) -> Self
pub fn application_fleet_association( self, input: ApplicationFleetAssociation ) -> Self
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
sourcepub fn set_application_fleet_association(
self,
input: Option<ApplicationFleetAssociation>
) -> Self
pub fn set_application_fleet_association( self, input: Option<ApplicationFleetAssociation> ) -> Self
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
sourcepub fn get_application_fleet_association(
&self
) -> &Option<ApplicationFleetAssociation>
pub fn get_application_fleet_association( &self ) -> &Option<ApplicationFleetAssociation>
If fleet name is specified, this returns the list of applications that are associated to it. If application ARN is specified, this returns the list of fleets to which it is associated.
sourcepub fn build(self) -> AssociateApplicationFleetOutput
pub fn build(self) -> AssociateApplicationFleetOutput
Consumes the builder and constructs a AssociateApplicationFleetOutput
.
Trait Implementations§
source§impl Clone for AssociateApplicationFleetOutputBuilder
impl Clone for AssociateApplicationFleetOutputBuilder
source§fn clone(&self) -> AssociateApplicationFleetOutputBuilder
fn clone(&self) -> AssociateApplicationFleetOutputBuilder
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 AssociateApplicationFleetOutputBuilder
impl Default for AssociateApplicationFleetOutputBuilder
source§fn default() -> AssociateApplicationFleetOutputBuilder
fn default() -> AssociateApplicationFleetOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for AssociateApplicationFleetOutputBuilder
impl PartialEq for AssociateApplicationFleetOutputBuilder
source§fn eq(&self, other: &AssociateApplicationFleetOutputBuilder) -> bool
fn eq(&self, other: &AssociateApplicationFleetOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AssociateApplicationFleetOutputBuilder
Auto Trait Implementations§
impl Freeze for AssociateApplicationFleetOutputBuilder
impl RefUnwindSafe for AssociateApplicationFleetOutputBuilder
impl Send for AssociateApplicationFleetOutputBuilder
impl Sync for AssociateApplicationFleetOutputBuilder
impl Unpin for AssociateApplicationFleetOutputBuilder
impl UnwindSafe for AssociateApplicationFleetOutputBuilder
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.