Struct aws_sdk_fis::operation::get_experiment_target_account_configuration::builders::GetExperimentTargetAccountConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetExperimentTargetAccountConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for GetExperimentTargetAccountConfigurationOutput.
Implementations§
source§impl GetExperimentTargetAccountConfigurationOutputBuilder
impl GetExperimentTargetAccountConfigurationOutputBuilder
sourcepub fn target_account_configuration(
self,
input: ExperimentTargetAccountConfiguration
) -> Self
pub fn target_account_configuration( self, input: ExperimentTargetAccountConfiguration ) -> Self
Information about the target account configuration.
sourcepub fn set_target_account_configuration(
self,
input: Option<ExperimentTargetAccountConfiguration>
) -> Self
pub fn set_target_account_configuration( self, input: Option<ExperimentTargetAccountConfiguration> ) -> Self
Information about the target account configuration.
sourcepub fn get_target_account_configuration(
&self
) -> &Option<ExperimentTargetAccountConfiguration>
pub fn get_target_account_configuration( &self ) -> &Option<ExperimentTargetAccountConfiguration>
Information about the target account configuration.
sourcepub fn build(self) -> GetExperimentTargetAccountConfigurationOutput
pub fn build(self) -> GetExperimentTargetAccountConfigurationOutput
Consumes the builder and constructs a GetExperimentTargetAccountConfigurationOutput.
Trait Implementations§
source§impl Clone for GetExperimentTargetAccountConfigurationOutputBuilder
impl Clone for GetExperimentTargetAccountConfigurationOutputBuilder
source§fn clone(&self) -> GetExperimentTargetAccountConfigurationOutputBuilder
fn clone(&self) -> GetExperimentTargetAccountConfigurationOutputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for GetExperimentTargetAccountConfigurationOutputBuilder
impl Default for GetExperimentTargetAccountConfigurationOutputBuilder
source§fn default() -> GetExperimentTargetAccountConfigurationOutputBuilder
fn default() -> GetExperimentTargetAccountConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetExperimentTargetAccountConfigurationOutputBuilder
impl PartialEq for GetExperimentTargetAccountConfigurationOutputBuilder
source§fn eq(
&self,
other: &GetExperimentTargetAccountConfigurationOutputBuilder
) -> bool
fn eq( &self, other: &GetExperimentTargetAccountConfigurationOutputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetExperimentTargetAccountConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetExperimentTargetAccountConfigurationOutputBuilder
impl Send for GetExperimentTargetAccountConfigurationOutputBuilder
impl Sync for GetExperimentTargetAccountConfigurationOutputBuilder
impl Unpin for GetExperimentTargetAccountConfigurationOutputBuilder
impl UnwindSafe for GetExperimentTargetAccountConfigurationOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.