pub struct Builder { /* private fields */ }
Expand description
A builder for GetPreparedStatementOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn prepared_statement(self, input: PreparedStatement) -> Self
pub fn prepared_statement(self, input: PreparedStatement) -> Self
The name of the prepared statement that was retrieved.
sourcepub fn set_prepared_statement(self, input: Option<PreparedStatement>) -> Self
pub fn set_prepared_statement(self, input: Option<PreparedStatement>) -> Self
The name of the prepared statement that was retrieved.
sourcepub fn build(self) -> GetPreparedStatementOutput
pub fn build(self) -> GetPreparedStatementOutput
Consumes the builder and constructs a GetPreparedStatementOutput
.