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