Struct aws_sdk_appstream::operation::batch_disassociate_user_stack::builders::BatchDisassociateUserStackFluentBuilder
source · pub struct BatchDisassociateUserStackFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchDisassociateUserStack
.
Disassociates the specified users from the specified stacks.
Implementations§
source§impl BatchDisassociateUserStackFluentBuilder
impl BatchDisassociateUserStackFluentBuilder
sourcepub fn as_input(&self) -> &BatchDisassociateUserStackInputBuilder
pub fn as_input(&self) -> &BatchDisassociateUserStackInputBuilder
Access the BatchDisassociateUserStack as a reference.
sourcepub async fn send(
self
) -> Result<BatchDisassociateUserStackOutput, SdkError<BatchDisassociateUserStackError, HttpResponse>>
pub async fn send( self ) -> Result<BatchDisassociateUserStackOutput, SdkError<BatchDisassociateUserStackError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<BatchDisassociateUserStackOutput, BatchDisassociateUserStackError, Self>
pub fn customize( self ) -> CustomizableOperation<BatchDisassociateUserStackOutput, BatchDisassociateUserStackError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn user_stack_associations(self, input: UserStackAssociation) -> Self
pub fn user_stack_associations(self, input: UserStackAssociation) -> Self
Appends an item to UserStackAssociations
.
To override the contents of this collection use set_user_stack_associations
.
The list of UserStackAssociation objects.
sourcepub fn set_user_stack_associations(
self,
input: Option<Vec<UserStackAssociation>>
) -> Self
pub fn set_user_stack_associations( self, input: Option<Vec<UserStackAssociation>> ) -> Self
The list of UserStackAssociation objects.
sourcepub fn get_user_stack_associations(&self) -> &Option<Vec<UserStackAssociation>>
pub fn get_user_stack_associations(&self) -> &Option<Vec<UserStackAssociation>>
The list of UserStackAssociation objects.
Trait Implementations§
source§impl Clone for BatchDisassociateUserStackFluentBuilder
impl Clone for BatchDisassociateUserStackFluentBuilder
source§fn clone(&self) -> BatchDisassociateUserStackFluentBuilder
fn clone(&self) -> BatchDisassociateUserStackFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more