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