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