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