Struct aws_sdk_appstream::output::UpdateEntitlementOutput
source · #[non_exhaustive]pub struct UpdateEntitlementOutput { /* private fields */ }
Implementations§
source§impl UpdateEntitlementOutput
impl UpdateEntitlementOutput
sourcepub fn entitlement(&self) -> Option<&Entitlement>
pub fn entitlement(&self) -> Option<&Entitlement>
The entitlement.
source§impl UpdateEntitlementOutput
impl UpdateEntitlementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateEntitlementOutput
.
Trait Implementations§
source§impl Clone for UpdateEntitlementOutput
impl Clone for UpdateEntitlementOutput
source§fn clone(&self) -> UpdateEntitlementOutput
fn clone(&self) -> UpdateEntitlementOutput
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 more