pub struct BatchDisassociateUserStack { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchDisassociateUserStack
.
Disassociates the specified users from the specified stacks.
Implementations§
source§impl BatchDisassociateUserStack
impl BatchDisassociateUserStack
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<BatchDisassociateUserStack, AwsResponseRetryClassifier>, SdkError<BatchDisassociateUserStackError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<BatchDisassociateUserStack, AwsResponseRetryClassifier>, SdkError<BatchDisassociateUserStackError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<BatchDisassociateUserStackOutput, SdkError<BatchDisassociateUserStackError>>
pub async fn send(
self
) -> Result<BatchDisassociateUserStackOutput, SdkError<BatchDisassociateUserStackError>>
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 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.
Trait Implementations§
source§impl Clone for BatchDisassociateUserStack
impl Clone for BatchDisassociateUserStack
source§fn clone(&self) -> BatchDisassociateUserStack
fn clone(&self) -> BatchDisassociateUserStack
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more