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 moresource§impl Debug for CreateEntitlementOutput
 
impl Debug for CreateEntitlementOutput
source§impl PartialEq<CreateEntitlementOutput> for CreateEntitlementOutput
 
impl PartialEq<CreateEntitlementOutput> for CreateEntitlementOutput
source§fn eq(&self, other: &CreateEntitlementOutput) -> bool
 
fn eq(&self, other: &CreateEntitlementOutput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.