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