Struct aws_sdk_sagemaker::operation::create_studio_lifecycle_config::builders::CreateStudioLifecycleConfigOutputBuilder
source · #[non_exhaustive]pub struct CreateStudioLifecycleConfigOutputBuilder { /* private fields */ }
Expand description
A builder for CreateStudioLifecycleConfigOutput
.
Implementations§
source§impl CreateStudioLifecycleConfigOutputBuilder
impl CreateStudioLifecycleConfigOutputBuilder
sourcepub fn studio_lifecycle_config_arn(self, input: impl Into<String>) -> Self
pub fn studio_lifecycle_config_arn(self, input: impl Into<String>) -> Self
The ARN of your created Lifecycle Configuration.
sourcepub fn set_studio_lifecycle_config_arn(self, input: Option<String>) -> Self
pub fn set_studio_lifecycle_config_arn(self, input: Option<String>) -> Self
The ARN of your created Lifecycle Configuration.
sourcepub fn get_studio_lifecycle_config_arn(&self) -> &Option<String>
pub fn get_studio_lifecycle_config_arn(&self) -> &Option<String>
The ARN of your created Lifecycle Configuration.
sourcepub fn build(self) -> CreateStudioLifecycleConfigOutput
pub fn build(self) -> CreateStudioLifecycleConfigOutput
Consumes the builder and constructs a CreateStudioLifecycleConfigOutput
.
Trait Implementations§
source§impl Clone for CreateStudioLifecycleConfigOutputBuilder
impl Clone for CreateStudioLifecycleConfigOutputBuilder
source§fn clone(&self) -> CreateStudioLifecycleConfigOutputBuilder
fn clone(&self) -> CreateStudioLifecycleConfigOutputBuilder
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 CreateStudioLifecycleConfigOutputBuilder
impl Default for CreateStudioLifecycleConfigOutputBuilder
source§fn default() -> CreateStudioLifecycleConfigOutputBuilder
fn default() -> CreateStudioLifecycleConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateStudioLifecycleConfigOutputBuilder
impl PartialEq for CreateStudioLifecycleConfigOutputBuilder
source§fn eq(&self, other: &CreateStudioLifecycleConfigOutputBuilder) -> bool
fn eq(&self, other: &CreateStudioLifecycleConfigOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateStudioLifecycleConfigOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateStudioLifecycleConfigOutputBuilder
impl RefUnwindSafe for CreateStudioLifecycleConfigOutputBuilder
impl Send for CreateStudioLifecycleConfigOutputBuilder
impl Sync for CreateStudioLifecycleConfigOutputBuilder
impl Unpin for CreateStudioLifecycleConfigOutputBuilder
impl UnwindSafe for CreateStudioLifecycleConfigOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.