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