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