pub struct Builder { /* private fields */ }
Expand description
A builder for BatchGetPreparedStatementOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn prepared_statements(self, input: PreparedStatement) -> Self
pub fn prepared_statements(self, input: PreparedStatement) -> Self
Appends an item to prepared_statements
.
To override the contents of this collection use set_prepared_statements
.
The list of prepared statements returned.
sourcepub fn set_prepared_statements(
self,
input: Option<Vec<PreparedStatement>>
) -> Self
pub fn set_prepared_statements( self, input: Option<Vec<PreparedStatement>> ) -> Self
The list of prepared statements returned.
sourcepub fn unprocessed_prepared_statement_names(
self,
input: UnprocessedPreparedStatementName
) -> Self
pub fn unprocessed_prepared_statement_names( self, input: UnprocessedPreparedStatementName ) -> Self
Appends an item to unprocessed_prepared_statement_names
.
To override the contents of this collection use set_unprocessed_prepared_statement_names
.
A list of one or more prepared statements that were requested but could not be returned.
sourcepub fn set_unprocessed_prepared_statement_names(
self,
input: Option<Vec<UnprocessedPreparedStatementName>>
) -> Self
pub fn set_unprocessed_prepared_statement_names( self, input: Option<Vec<UnprocessedPreparedStatementName>> ) -> Self
A list of one or more prepared statements that were requested but could not be returned.
sourcepub fn build(self) -> BatchGetPreparedStatementOutput
pub fn build(self) -> BatchGetPreparedStatementOutput
Consumes the builder and constructs a BatchGetPreparedStatementOutput
.