Struct aws_sdk_appfabric::operation::batch_get_user_access_tasks::builders::BatchGetUserAccessTasksFluentBuilder
source · pub struct BatchGetUserAccessTasksFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to BatchGetUserAccessTasks
.
Gets user access details in a batch request.
This action polls data from the tasks that are kicked off by the StartUserAccessTasks
action.
Implementations§
source§impl BatchGetUserAccessTasksFluentBuilder
impl BatchGetUserAccessTasksFluentBuilder
sourcepub fn as_input(&self) -> &BatchGetUserAccessTasksInputBuilder
pub fn as_input(&self) -> &BatchGetUserAccessTasksInputBuilder
Access the BatchGetUserAccessTasks as a reference.
sourcepub async fn send(
self
) -> Result<BatchGetUserAccessTasksOutput, SdkError<BatchGetUserAccessTasksError, HttpResponse>>
pub async fn send( self ) -> Result<BatchGetUserAccessTasksOutput, SdkError<BatchGetUserAccessTasksError, 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 async fn customize(
self
) -> Result<CustomizableOperation<BatchGetUserAccessTasksOutput, BatchGetUserAccessTasksError>, SdkError<BatchGetUserAccessTasksError>>
pub async fn customize( self ) -> Result<CustomizableOperation<BatchGetUserAccessTasksOutput, BatchGetUserAccessTasksError>, SdkError<BatchGetUserAccessTasksError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
pub fn app_bundle_identifier(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
pub fn set_app_bundle_identifier(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn get_app_bundle_identifier(&self) -> &Option<String>
pub fn get_app_bundle_identifier(&self) -> &Option<String>
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle to use for the request.
sourcepub fn task_id_list(self, input: impl Into<String>) -> Self
pub fn task_id_list(self, input: impl Into<String>) -> Self
Appends an item to taskIdList
.
To override the contents of this collection use set_task_id_list
.
The tasks IDs to use for the request.
sourcepub fn set_task_id_list(self, input: Option<Vec<String>>) -> Self
pub fn set_task_id_list(self, input: Option<Vec<String>>) -> Self
The tasks IDs to use for the request.
sourcepub fn get_task_id_list(&self) -> &Option<Vec<String>>
pub fn get_task_id_list(&self) -> &Option<Vec<String>>
The tasks IDs to use for the request.
Trait Implementations§
source§impl Clone for BatchGetUserAccessTasksFluentBuilder
impl Clone for BatchGetUserAccessTasksFluentBuilder
source§fn clone(&self) -> BatchGetUserAccessTasksFluentBuilder
fn clone(&self) -> BatchGetUserAccessTasksFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more