#[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() -> CreateEntitlementOutputBuilder
pub fn builder() -> CreateEntitlementOutputBuilder
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 ==
.source§impl RequestId for CreateEntitlementOutput
impl RequestId for CreateEntitlementOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.