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