Struct aws_sdk_athena::output::BatchGetNamedQueryOutput
source · #[non_exhaustive]pub struct BatchGetNamedQueryOutput { /* private fields */ }
Implementations§
source§impl BatchGetNamedQueryOutput
impl BatchGetNamedQueryOutput
sourcepub fn named_queries(&self) -> Option<&[NamedQuery]>
pub fn named_queries(&self) -> Option<&[NamedQuery]>
Information about the named query IDs submitted.
sourcepub fn unprocessed_named_query_ids(&self) -> Option<&[UnprocessedNamedQueryId]>
pub fn unprocessed_named_query_ids(&self) -> Option<&[UnprocessedNamedQueryId]>
Information about provided query IDs.
source§impl BatchGetNamedQueryOutput
impl BatchGetNamedQueryOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetNamedQueryOutput
.
Trait Implementations§
source§impl Clone for BatchGetNamedQueryOutput
impl Clone for BatchGetNamedQueryOutput
source§fn clone(&self) -> BatchGetNamedQueryOutput
fn clone(&self) -> BatchGetNamedQueryOutput
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 BatchGetNamedQueryOutput
impl Debug for BatchGetNamedQueryOutput
source§impl PartialEq<BatchGetNamedQueryOutput> for BatchGetNamedQueryOutput
impl PartialEq<BatchGetNamedQueryOutput> for BatchGetNamedQueryOutput
source§fn eq(&self, other: &BatchGetNamedQueryOutput) -> bool
fn eq(&self, other: &BatchGetNamedQueryOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.