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