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