Struct aws_sdk_appfabric::operation::delete_app_authorization::builders::DeleteAppAuthorizationFluentBuilder
source · pub struct DeleteAppAuthorizationFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to DeleteAppAuthorization
.
Deletes an app authorization. You must delete the associated ingestion before you can delete an app authorization.
Implementations§
source§impl DeleteAppAuthorizationFluentBuilder
impl DeleteAppAuthorizationFluentBuilder
sourcepub fn as_input(&self) -> &DeleteAppAuthorizationInputBuilder
pub fn as_input(&self) -> &DeleteAppAuthorizationInputBuilder
Access the DeleteAppAuthorization as a reference.
sourcepub async fn send(
self
) -> Result<DeleteAppAuthorizationOutput, SdkError<DeleteAppAuthorizationError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteAppAuthorizationOutput, SdkError<DeleteAppAuthorizationError, 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<DeleteAppAuthorizationOutput, DeleteAppAuthorizationError>, SdkError<DeleteAppAuthorizationError>>
pub async fn customize( self ) -> Result<CustomizableOperation<DeleteAppAuthorizationOutput, DeleteAppAuthorizationError>, SdkError<DeleteAppAuthorizationError>>
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.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app authorization to use for the request.
Trait Implementations§
source§impl Clone for DeleteAppAuthorizationFluentBuilder
impl Clone for DeleteAppAuthorizationFluentBuilder
source§fn clone(&self) -> DeleteAppAuthorizationFluentBuilder
fn clone(&self) -> DeleteAppAuthorizationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more