Struct aws_sdk_appstream::operation::associate_application_to_entitlement::builders::AssociateApplicationToEntitlementOutputBuilder
source · #[non_exhaustive]pub struct AssociateApplicationToEntitlementOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateApplicationToEntitlementOutput
.
Implementations§
source§impl AssociateApplicationToEntitlementOutputBuilder
impl AssociateApplicationToEntitlementOutputBuilder
sourcepub fn build(self) -> AssociateApplicationToEntitlementOutput
pub fn build(self) -> AssociateApplicationToEntitlementOutput
Consumes the builder and constructs a AssociateApplicationToEntitlementOutput
.
Trait Implementations§
source§impl Clone for AssociateApplicationToEntitlementOutputBuilder
impl Clone for AssociateApplicationToEntitlementOutputBuilder
source§fn clone(&self) -> AssociateApplicationToEntitlementOutputBuilder
fn clone(&self) -> AssociateApplicationToEntitlementOutputBuilder
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 AssociateApplicationToEntitlementOutputBuilder
impl Default for AssociateApplicationToEntitlementOutputBuilder
source§fn default() -> AssociateApplicationToEntitlementOutputBuilder
fn default() -> AssociateApplicationToEntitlementOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateApplicationToEntitlementOutputBuilder> for AssociateApplicationToEntitlementOutputBuilder
impl PartialEq<AssociateApplicationToEntitlementOutputBuilder> for AssociateApplicationToEntitlementOutputBuilder
source§fn eq(&self, other: &AssociateApplicationToEntitlementOutputBuilder) -> bool
fn eq(&self, other: &AssociateApplicationToEntitlementOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.