Struct aws_sdk_sagemaker::operation::associate_trial_component::builders::AssociateTrialComponentOutputBuilder
source · #[non_exhaustive]pub struct AssociateTrialComponentOutputBuilder { /* private fields */ }
Expand description
A builder for AssociateTrialComponentOutput
.
Implementations§
source§impl AssociateTrialComponentOutputBuilder
impl AssociateTrialComponentOutputBuilder
sourcepub fn trial_component_arn(self, input: impl Into<String>) -> Self
pub fn trial_component_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trial component.
sourcepub fn set_trial_component_arn(self, input: Option<String>) -> Self
pub fn set_trial_component_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trial component.
sourcepub fn trial_arn(self, input: impl Into<String>) -> Self
pub fn trial_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the trial.
sourcepub fn set_trial_arn(self, input: Option<String>) -> Self
pub fn set_trial_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the trial.
sourcepub fn build(self) -> AssociateTrialComponentOutput
pub fn build(self) -> AssociateTrialComponentOutput
Consumes the builder and constructs a AssociateTrialComponentOutput
.
Trait Implementations§
source§impl Clone for AssociateTrialComponentOutputBuilder
impl Clone for AssociateTrialComponentOutputBuilder
source§fn clone(&self) -> AssociateTrialComponentOutputBuilder
fn clone(&self) -> AssociateTrialComponentOutputBuilder
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 AssociateTrialComponentOutputBuilder
impl Default for AssociateTrialComponentOutputBuilder
source§fn default() -> AssociateTrialComponentOutputBuilder
fn default() -> AssociateTrialComponentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AssociateTrialComponentOutputBuilder> for AssociateTrialComponentOutputBuilder
impl PartialEq<AssociateTrialComponentOutputBuilder> for AssociateTrialComponentOutputBuilder
source§fn eq(&self, other: &AssociateTrialComponentOutputBuilder) -> bool
fn eq(&self, other: &AssociateTrialComponentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.