Struct aws_sdk_sagemaker::operation::disassociate_trial_component::builders::DisassociateTrialComponentOutputBuilder
source · #[non_exhaustive]pub struct DisassociateTrialComponentOutputBuilder { /* private fields */ }
Expand description
A builder for DisassociateTrialComponentOutput
.
Implementations§
source§impl DisassociateTrialComponentOutputBuilder
impl DisassociateTrialComponentOutputBuilder
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 get_trial_component_arn(&self) -> &Option<String>
pub fn get_trial_component_arn(&self) -> &Option<String>
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 get_trial_arn(&self) -> &Option<String>
pub fn get_trial_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the trial.
sourcepub fn build(self) -> DisassociateTrialComponentOutput
pub fn build(self) -> DisassociateTrialComponentOutput
Consumes the builder and constructs a DisassociateTrialComponentOutput
.
Trait Implementations§
source§impl Clone for DisassociateTrialComponentOutputBuilder
impl Clone for DisassociateTrialComponentOutputBuilder
source§fn clone(&self) -> DisassociateTrialComponentOutputBuilder
fn clone(&self) -> DisassociateTrialComponentOutputBuilder
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 DisassociateTrialComponentOutputBuilder
impl Default for DisassociateTrialComponentOutputBuilder
source§fn default() -> DisassociateTrialComponentOutputBuilder
fn default() -> DisassociateTrialComponentOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DisassociateTrialComponentOutputBuilder> for DisassociateTrialComponentOutputBuilder
impl PartialEq<DisassociateTrialComponentOutputBuilder> for DisassociateTrialComponentOutputBuilder
source§fn eq(&self, other: &DisassociateTrialComponentOutputBuilder) -> bool
fn eq(&self, other: &DisassociateTrialComponentOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DisassociateTrialComponentOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisassociateTrialComponentOutputBuilder
impl Send for DisassociateTrialComponentOutputBuilder
impl Sync for DisassociateTrialComponentOutputBuilder
impl Unpin for DisassociateTrialComponentOutputBuilder
impl UnwindSafe for DisassociateTrialComponentOutputBuilder
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