Struct aws_sdk_sagemaker::operation::start_notebook_instance::builders::StartNotebookInstanceOutputBuilder
source · #[non_exhaustive]pub struct StartNotebookInstanceOutputBuilder { /* private fields */ }
Expand description
A builder for StartNotebookInstanceOutput
.
Implementations§
source§impl StartNotebookInstanceOutputBuilder
impl StartNotebookInstanceOutputBuilder
sourcepub fn build(self) -> StartNotebookInstanceOutput
pub fn build(self) -> StartNotebookInstanceOutput
Consumes the builder and constructs a StartNotebookInstanceOutput
.
Trait Implementations§
source§impl Clone for StartNotebookInstanceOutputBuilder
impl Clone for StartNotebookInstanceOutputBuilder
source§fn clone(&self) -> StartNotebookInstanceOutputBuilder
fn clone(&self) -> StartNotebookInstanceOutputBuilder
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 StartNotebookInstanceOutputBuilder
impl Default for StartNotebookInstanceOutputBuilder
source§fn default() -> StartNotebookInstanceOutputBuilder
fn default() -> StartNotebookInstanceOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<StartNotebookInstanceOutputBuilder> for StartNotebookInstanceOutputBuilder
impl PartialEq<StartNotebookInstanceOutputBuilder> for StartNotebookInstanceOutputBuilder
source§fn eq(&self, other: &StartNotebookInstanceOutputBuilder) -> bool
fn eq(&self, other: &StartNotebookInstanceOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.