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