#[non_exhaustive]pub struct DisassociateTrialComponentInput { /* private fields */ }
Implementations§
source§impl DisassociateTrialComponentInput
impl DisassociateTrialComponentInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateTrialComponent, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisassociateTrialComponent, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisassociateTrialComponent
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisassociateTrialComponentInput
.
source§impl DisassociateTrialComponentInput
impl DisassociateTrialComponentInput
sourcepub fn trial_component_name(&self) -> Option<&str>
pub fn trial_component_name(&self) -> Option<&str>
The name of the component to disassociate from the trial.
sourcepub fn trial_name(&self) -> Option<&str>
pub fn trial_name(&self) -> Option<&str>
The name of the trial to disassociate from.
Trait Implementations§
source§impl Clone for DisassociateTrialComponentInput
impl Clone for DisassociateTrialComponentInput
source§fn clone(&self) -> DisassociateTrialComponentInput
fn clone(&self) -> DisassociateTrialComponentInput
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 PartialEq<DisassociateTrialComponentInput> for DisassociateTrialComponentInput
impl PartialEq<DisassociateTrialComponentInput> for DisassociateTrialComponentInput
source§fn eq(&self, other: &DisassociateTrialComponentInput) -> bool
fn eq(&self, other: &DisassociateTrialComponentInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.