#[non_exhaustive]pub struct UpdateEntitlementInput { /* private fields */ }
Implementations§
source§impl UpdateEntitlementInput
impl UpdateEntitlementInput
sourcepub fn stack_name(&self) -> Option<&str>
pub fn stack_name(&self) -> Option<&str>
The name of the stack with which the entitlement is associated.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The description of the entitlement.
sourcepub fn app_visibility(&self) -> Option<&AppVisibility>
pub fn app_visibility(&self) -> Option<&AppVisibility>
Specifies whether all or only selected apps are entitled.
sourcepub fn attributes(&self) -> Option<&[EntitlementAttribute]>
pub fn attributes(&self) -> Option<&[EntitlementAttribute]>
The attributes of the entitlement.
source§impl UpdateEntitlementInput
impl UpdateEntitlementInput
sourcepub fn builder() -> UpdateEntitlementInputBuilder
pub fn builder() -> UpdateEntitlementInputBuilder
Creates a new builder-style object to manufacture UpdateEntitlementInput
.
source§impl UpdateEntitlementInput
impl UpdateEntitlementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateEntitlement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateEntitlement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateEntitlement
>
Trait Implementations§
source§impl Clone for UpdateEntitlementInput
impl Clone for UpdateEntitlementInput
source§fn clone(&self) -> UpdateEntitlementInput
fn clone(&self) -> UpdateEntitlementInput
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 UpdateEntitlementInput
impl Debug for UpdateEntitlementInput
source§impl PartialEq<UpdateEntitlementInput> for UpdateEntitlementInput
impl PartialEq<UpdateEntitlementInput> for UpdateEntitlementInput
source§fn eq(&self, other: &UpdateEntitlementInput) -> bool
fn eq(&self, other: &UpdateEntitlementInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.