Struct aws_sdk_fis::operation::delete_target_account_configuration::builders::DeleteTargetAccountConfigurationFluentBuilder
source · pub struct DeleteTargetAccountConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteTargetAccountConfiguration.
Deletes the specified target account configuration of the experiment template.
Implementations§
source§impl DeleteTargetAccountConfigurationFluentBuilder
impl DeleteTargetAccountConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &DeleteTargetAccountConfigurationInputBuilder
pub fn as_input(&self) -> &DeleteTargetAccountConfigurationInputBuilder
Access the DeleteTargetAccountConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<DeleteTargetAccountConfigurationOutput, SdkError<DeleteTargetAccountConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteTargetAccountConfigurationOutput, SdkError<DeleteTargetAccountConfigurationError, 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<DeleteTargetAccountConfigurationOutput, DeleteTargetAccountConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteTargetAccountConfigurationOutput, DeleteTargetAccountConfigurationError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn experiment_template_id(self, input: impl Into<String>) -> Self
pub fn experiment_template_id(self, input: impl Into<String>) -> Self
The ID of the experiment template.
sourcepub fn set_experiment_template_id(self, input: Option<String>) -> Self
pub fn set_experiment_template_id(self, input: Option<String>) -> Self
The ID of the experiment template.
sourcepub fn get_experiment_template_id(&self) -> &Option<String>
pub fn get_experiment_template_id(&self) -> &Option<String>
The ID of the experiment template.
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The AWS account ID of the target account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The AWS account ID of the target account.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The AWS account ID of the target account.
Trait Implementations§
source§impl Clone for DeleteTargetAccountConfigurationFluentBuilder
impl Clone for DeleteTargetAccountConfigurationFluentBuilder
source§fn clone(&self) -> DeleteTargetAccountConfigurationFluentBuilder
fn clone(&self) -> DeleteTargetAccountConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more