Struct aws_sdk_athena::operation::batch_get_named_query::builders::BatchGetNamedQueryOutputBuilder
source · #[non_exhaustive]pub struct BatchGetNamedQueryOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetNamedQueryOutput.
Implementations§
source§impl BatchGetNamedQueryOutputBuilder
impl BatchGetNamedQueryOutputBuilder
sourcepub fn named_queries(self, input: NamedQuery) -> Self
pub fn named_queries(self, input: NamedQuery) -> Self
Appends an item to named_queries.
To override the contents of this collection use set_named_queries.
Information about the named query IDs submitted.
sourcepub fn set_named_queries(self, input: Option<Vec<NamedQuery>>) -> Self
pub fn set_named_queries(self, input: Option<Vec<NamedQuery>>) -> Self
Information about the named query IDs submitted.
sourcepub fn get_named_queries(&self) -> &Option<Vec<NamedQuery>>
pub fn get_named_queries(&self) -> &Option<Vec<NamedQuery>>
Information about the named query IDs submitted.
sourcepub fn unprocessed_named_query_ids(self, input: UnprocessedNamedQueryId) -> Self
pub fn unprocessed_named_query_ids(self, input: UnprocessedNamedQueryId) -> Self
Appends an item to unprocessed_named_query_ids.
To override the contents of this collection use set_unprocessed_named_query_ids.
Information about provided query IDs.
sourcepub fn set_unprocessed_named_query_ids(
self,
input: Option<Vec<UnprocessedNamedQueryId>>
) -> Self
pub fn set_unprocessed_named_query_ids( self, input: Option<Vec<UnprocessedNamedQueryId>> ) -> Self
Information about provided query IDs.
sourcepub fn get_unprocessed_named_query_ids(
&self
) -> &Option<Vec<UnprocessedNamedQueryId>>
pub fn get_unprocessed_named_query_ids( &self ) -> &Option<Vec<UnprocessedNamedQueryId>>
Information about provided query IDs.
sourcepub fn build(self) -> BatchGetNamedQueryOutput
pub fn build(self) -> BatchGetNamedQueryOutput
Consumes the builder and constructs a BatchGetNamedQueryOutput.
Trait Implementations§
source§impl Clone for BatchGetNamedQueryOutputBuilder
impl Clone for BatchGetNamedQueryOutputBuilder
source§fn clone(&self) -> BatchGetNamedQueryOutputBuilder
fn clone(&self) -> BatchGetNamedQueryOutputBuilder
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 Default for BatchGetNamedQueryOutputBuilder
impl Default for BatchGetNamedQueryOutputBuilder
source§fn default() -> BatchGetNamedQueryOutputBuilder
fn default() -> BatchGetNamedQueryOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchGetNamedQueryOutputBuilder
impl PartialEq for BatchGetNamedQueryOutputBuilder
source§fn eq(&self, other: &BatchGetNamedQueryOutputBuilder) -> bool
fn eq(&self, other: &BatchGetNamedQueryOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchGetNamedQueryOutputBuilder
Auto Trait Implementations§
impl Freeze for BatchGetNamedQueryOutputBuilder
impl RefUnwindSafe for BatchGetNamedQueryOutputBuilder
impl Send for BatchGetNamedQueryOutputBuilder
impl Sync for BatchGetNamedQueryOutputBuilder
impl Unpin for BatchGetNamedQueryOutputBuilder
impl UnwindSafe for BatchGetNamedQueryOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.