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