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