Struct aws_sdk_athena::output::GetPreparedStatementOutput
source · #[non_exhaustive]pub struct GetPreparedStatementOutput { /* private fields */ }
Implementations§
source§impl GetPreparedStatementOutput
impl GetPreparedStatementOutput
sourcepub fn prepared_statement(&self) -> Option<&PreparedStatement>
pub fn prepared_statement(&self) -> Option<&PreparedStatement>
The name of the prepared statement that was retrieved.
source§impl GetPreparedStatementOutput
impl GetPreparedStatementOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetPreparedStatementOutput
.
Trait Implementations§
source§impl Clone for GetPreparedStatementOutput
impl Clone for GetPreparedStatementOutput
source§fn clone(&self) -> GetPreparedStatementOutput
fn clone(&self) -> GetPreparedStatementOutput
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 GetPreparedStatementOutput
impl Debug for GetPreparedStatementOutput
source§impl PartialEq<GetPreparedStatementOutput> for GetPreparedStatementOutput
impl PartialEq<GetPreparedStatementOutput> for GetPreparedStatementOutput
source§fn eq(&self, other: &GetPreparedStatementOutput) -> bool
fn eq(&self, other: &GetPreparedStatementOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.