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