Struct aws_sdk_athena::input::UpdateNotebookMetadataInput
source · #[non_exhaustive]pub struct UpdateNotebookMetadataInput { /* private fields */ }
Implementations§
source§impl UpdateNotebookMetadataInput
impl UpdateNotebookMetadataInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateNotebookMetadata, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<UpdateNotebookMetadata, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateNotebookMetadata
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateNotebookMetadataInput
.
source§impl UpdateNotebookMetadataInput
impl UpdateNotebookMetadataInput
sourcepub fn notebook_id(&self) -> Option<&str>
pub fn notebook_id(&self) -> Option<&str>
The ID of the notebook to update the metadata for.
sourcepub fn client_request_token(&self) -> Option<&str>
pub fn client_request_token(&self) -> Option<&str>
A unique case-sensitive string used to ensure the request to create the notebook is idempotent (executes only once).
This token is listed as not required because Amazon Web Services SDKs (for example the Amazon Web Services SDK for Java) auto-generate the token for you. If you are not using the Amazon Web Services SDK or the Amazon Web Services CLI, you must provide this token or the action will fail.
Trait Implementations§
source§impl Clone for UpdateNotebookMetadataInput
impl Clone for UpdateNotebookMetadataInput
source§fn clone(&self) -> UpdateNotebookMetadataInput
fn clone(&self) -> UpdateNotebookMetadataInput
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 UpdateNotebookMetadataInput
impl Debug for UpdateNotebookMetadataInput
source§impl PartialEq<UpdateNotebookMetadataInput> for UpdateNotebookMetadataInput
impl PartialEq<UpdateNotebookMetadataInput> for UpdateNotebookMetadataInput
source§fn eq(&self, other: &UpdateNotebookMetadataInput) -> bool
fn eq(&self, other: &UpdateNotebookMetadataInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.