Struct aws_sdk_sagemaker::operation::describe_notebook_instance_lifecycle_config::builders::DescribeNotebookInstanceLifecycleConfigInputBuilder
source · #[non_exhaustive]pub struct DescribeNotebookInstanceLifecycleConfigInputBuilder { /* private fields */ }
Expand description
A builder for DescribeNotebookInstanceLifecycleConfigInput
.
Implementations§
source§impl DescribeNotebookInstanceLifecycleConfigInputBuilder
impl DescribeNotebookInstanceLifecycleConfigInputBuilder
sourcepub fn notebook_instance_lifecycle_config_name(
self,
input: impl Into<String>
) -> Self
pub fn notebook_instance_lifecycle_config_name( self, input: impl Into<String> ) -> Self
The name of the lifecycle configuration to describe.
sourcepub fn set_notebook_instance_lifecycle_config_name(
self,
input: Option<String>
) -> Self
pub fn set_notebook_instance_lifecycle_config_name( self, input: Option<String> ) -> Self
The name of the lifecycle configuration to describe.
sourcepub fn get_notebook_instance_lifecycle_config_name(&self) -> &Option<String>
pub fn get_notebook_instance_lifecycle_config_name(&self) -> &Option<String>
The name of the lifecycle configuration to describe.
sourcepub fn build(
self
) -> Result<DescribeNotebookInstanceLifecycleConfigInput, BuildError>
pub fn build( self ) -> Result<DescribeNotebookInstanceLifecycleConfigInput, BuildError>
Consumes the builder and constructs a DescribeNotebookInstanceLifecycleConfigInput
.
source§impl DescribeNotebookInstanceLifecycleConfigInputBuilder
impl DescribeNotebookInstanceLifecycleConfigInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DescribeNotebookInstanceLifecycleConfigOutput, SdkError<DescribeNotebookInstanceLifecycleConfigError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DescribeNotebookInstanceLifecycleConfigOutput, SdkError<DescribeNotebookInstanceLifecycleConfigError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DescribeNotebookInstanceLifecycleConfigInputBuilder
impl Clone for DescribeNotebookInstanceLifecycleConfigInputBuilder
source§fn clone(&self) -> DescribeNotebookInstanceLifecycleConfigInputBuilder
fn clone(&self) -> DescribeNotebookInstanceLifecycleConfigInputBuilder
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 DescribeNotebookInstanceLifecycleConfigInputBuilder
impl Default for DescribeNotebookInstanceLifecycleConfigInputBuilder
source§fn default() -> DescribeNotebookInstanceLifecycleConfigInputBuilder
fn default() -> DescribeNotebookInstanceLifecycleConfigInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeNotebookInstanceLifecycleConfigInputBuilder> for DescribeNotebookInstanceLifecycleConfigInputBuilder
impl PartialEq<DescribeNotebookInstanceLifecycleConfigInputBuilder> for DescribeNotebookInstanceLifecycleConfigInputBuilder
source§fn eq(
&self,
other: &DescribeNotebookInstanceLifecycleConfigInputBuilder
) -> bool
fn eq( &self, other: &DescribeNotebookInstanceLifecycleConfigInputBuilder ) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeNotebookInstanceLifecycleConfigInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeNotebookInstanceLifecycleConfigInputBuilder
impl Send for DescribeNotebookInstanceLifecycleConfigInputBuilder
impl Sync for DescribeNotebookInstanceLifecycleConfigInputBuilder
impl Unpin for DescribeNotebookInstanceLifecycleConfigInputBuilder
impl UnwindSafe for DescribeNotebookInstanceLifecycleConfigInputBuilder
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