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