Struct aws_sdk_appstream::operation::associate_application_to_entitlement::builders::AssociateApplicationToEntitlementInputBuilder
source · #[non_exhaustive]pub struct AssociateApplicationToEntitlementInputBuilder { /* private fields */ }
Expand description
A builder for AssociateApplicationToEntitlementInput
.
Implementations§
source§impl AssociateApplicationToEntitlementInputBuilder
impl AssociateApplicationToEntitlementInputBuilder
sourcepub fn stack_name(self, input: impl Into<String>) -> Self
pub fn stack_name(self, input: impl Into<String>) -> Self
The name of the stack.
sourcepub fn set_stack_name(self, input: Option<String>) -> Self
pub fn set_stack_name(self, input: Option<String>) -> Self
The name of the stack.
sourcepub fn entitlement_name(self, input: impl Into<String>) -> Self
pub fn entitlement_name(self, input: impl Into<String>) -> Self
The name of the entitlement.
sourcepub fn set_entitlement_name(self, input: Option<String>) -> Self
pub fn set_entitlement_name(self, input: Option<String>) -> Self
The name of the entitlement.
sourcepub fn application_identifier(self, input: impl Into<String>) -> Self
pub fn application_identifier(self, input: impl Into<String>) -> Self
The identifier of the application.
sourcepub fn set_application_identifier(self, input: Option<String>) -> Self
pub fn set_application_identifier(self, input: Option<String>) -> Self
The identifier of the application.
sourcepub fn build(self) -> Result<AssociateApplicationToEntitlementInput, BuildError>
pub fn build(self) -> Result<AssociateApplicationToEntitlementInput, BuildError>
Consumes the builder and constructs a AssociateApplicationToEntitlementInput
.
Trait Implementations§
source§impl Clone for AssociateApplicationToEntitlementInputBuilder
impl Clone for AssociateApplicationToEntitlementInputBuilder
source§fn clone(&self) -> AssociateApplicationToEntitlementInputBuilder
fn clone(&self) -> AssociateApplicationToEntitlementInputBuilder
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 Default for AssociateApplicationToEntitlementInputBuilder
impl Default for AssociateApplicationToEntitlementInputBuilder
source§fn default() -> AssociateApplicationToEntitlementInputBuilder
fn default() -> AssociateApplicationToEntitlementInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateApplicationToEntitlementInputBuilder> for AssociateApplicationToEntitlementInputBuilder
impl PartialEq<AssociateApplicationToEntitlementInputBuilder> for AssociateApplicationToEntitlementInputBuilder
source§fn eq(&self, other: &AssociateApplicationToEntitlementInputBuilder) -> bool
fn eq(&self, other: &AssociateApplicationToEntitlementInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.