Struct aws_sdk_appstream::operation::disassociate_application_from_entitlement::DisassociateApplicationFromEntitlementInput
source · #[non_exhaustive]pub struct DisassociateApplicationFromEntitlementInput { /* private fields */ }Implementations§
source§impl DisassociateApplicationFromEntitlementInput
impl DisassociateApplicationFromEntitlementInput
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 entitlement_name(&self) -> Option<&str>
pub fn entitlement_name(&self) -> Option<&str>
The name of the entitlement.
sourcepub fn application_identifier(&self) -> Option<&str>
pub fn application_identifier(&self) -> Option<&str>
The identifier of the application to remove from the entitlement.
source§impl DisassociateApplicationFromEntitlementInput
impl DisassociateApplicationFromEntitlementInput
sourcepub fn builder() -> DisassociateApplicationFromEntitlementInputBuilder
pub fn builder() -> DisassociateApplicationFromEntitlementInputBuilder
Creates a new builder-style object to manufacture DisassociateApplicationFromEntitlementInput.
source§impl DisassociateApplicationFromEntitlementInput
impl DisassociateApplicationFromEntitlementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateApplicationFromEntitlement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DisassociateApplicationFromEntitlement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateApplicationFromEntitlement>
Trait Implementations§
source§impl Clone for DisassociateApplicationFromEntitlementInput
impl Clone for DisassociateApplicationFromEntitlementInput
source§fn clone(&self) -> DisassociateApplicationFromEntitlementInput
fn clone(&self) -> DisassociateApplicationFromEntitlementInput
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 PartialEq<DisassociateApplicationFromEntitlementInput> for DisassociateApplicationFromEntitlementInput
impl PartialEq<DisassociateApplicationFromEntitlementInput> for DisassociateApplicationFromEntitlementInput
source§fn eq(&self, other: &DisassociateApplicationFromEntitlementInput) -> bool
fn eq(&self, other: &DisassociateApplicationFromEntitlementInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.