#[non_exhaustive]pub struct StopNotebookInstanceInput { /* private fields */ }
Implementations§
source§impl StopNotebookInstanceInput
impl StopNotebookInstanceInput
sourcepub fn notebook_instance_name(&self) -> Option<&str>
pub fn notebook_instance_name(&self) -> Option<&str>
The name of the notebook instance to terminate.
source§impl StopNotebookInstanceInput
impl StopNotebookInstanceInput
sourcepub fn builder() -> StopNotebookInstanceInputBuilder
pub fn builder() -> StopNotebookInstanceInputBuilder
Creates a new builder-style object to manufacture StopNotebookInstanceInput
.
source§impl StopNotebookInstanceInput
impl StopNotebookInstanceInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopNotebookInstance, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopNotebookInstance, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopNotebookInstance
>
Trait Implementations§
source§impl Clone for StopNotebookInstanceInput
impl Clone for StopNotebookInstanceInput
source§fn clone(&self) -> StopNotebookInstanceInput
fn clone(&self) -> StopNotebookInstanceInput
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 Debug for StopNotebookInstanceInput
impl Debug for StopNotebookInstanceInput
source§impl PartialEq<StopNotebookInstanceInput> for StopNotebookInstanceInput
impl PartialEq<StopNotebookInstanceInput> for StopNotebookInstanceInput
source§fn eq(&self, other: &StopNotebookInstanceInput) -> bool
fn eq(&self, other: &StopNotebookInstanceInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.