Struct aws_sdk_fis::operation::get_target_account_configuration::builders::GetTargetAccountConfigurationFluentBuilder
source · pub struct GetTargetAccountConfigurationFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetTargetAccountConfiguration.
Gets information about the specified target account configuration of the experiment template.
Implementations§
source§impl GetTargetAccountConfigurationFluentBuilder
impl GetTargetAccountConfigurationFluentBuilder
sourcepub fn as_input(&self) -> &GetTargetAccountConfigurationInputBuilder
pub fn as_input(&self) -> &GetTargetAccountConfigurationInputBuilder
Access the GetTargetAccountConfiguration as a reference.
sourcepub async fn send(
self
) -> Result<GetTargetAccountConfigurationOutput, SdkError<GetTargetAccountConfigurationError, HttpResponse>>
pub async fn send( self ) -> Result<GetTargetAccountConfigurationOutput, SdkError<GetTargetAccountConfigurationError, 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<GetTargetAccountConfigurationOutput, GetTargetAccountConfigurationError, Self>
pub fn customize( self ) -> CustomizableOperation<GetTargetAccountConfigurationOutput, GetTargetAccountConfigurationError, 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 GetTargetAccountConfigurationFluentBuilder
impl Clone for GetTargetAccountConfigurationFluentBuilder
source§fn clone(&self) -> GetTargetAccountConfigurationFluentBuilder
fn clone(&self) -> GetTargetAccountConfigurationFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more