#[non_exhaustive]pub struct BatchGetPreparedStatementInput { /* private fields */ }
Implementations§
source§impl BatchGetPreparedStatementInput
impl BatchGetPreparedStatementInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<BatchGetPreparedStatement, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<BatchGetPreparedStatement, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<BatchGetPreparedStatement
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetPreparedStatementInput
.
source§impl BatchGetPreparedStatementInput
impl BatchGetPreparedStatementInput
sourcepub fn prepared_statement_names(&self) -> Option<&[String]>
pub fn prepared_statement_names(&self) -> Option<&[String]>
A list of prepared statement names to return.
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The name of the workgroup to which the prepared statements belong.
Trait Implementations§
source§impl Clone for BatchGetPreparedStatementInput
impl Clone for BatchGetPreparedStatementInput
source§fn clone(&self) -> BatchGetPreparedStatementInput
fn clone(&self) -> BatchGetPreparedStatementInput
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 PartialEq<BatchGetPreparedStatementInput> for BatchGetPreparedStatementInput
impl PartialEq<BatchGetPreparedStatementInput> for BatchGetPreparedStatementInput
source§fn eq(&self, other: &BatchGetPreparedStatementInput) -> bool
fn eq(&self, other: &BatchGetPreparedStatementInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.