Struct aws_sdk_athena::operation::batch_get_prepared_statement::builders::BatchGetPreparedStatementOutputBuilder
source · #[non_exhaustive]pub struct BatchGetPreparedStatementOutputBuilder { /* private fields */ }Expand description
A builder for BatchGetPreparedStatementOutput.
Implementations§
source§impl BatchGetPreparedStatementOutputBuilder
impl BatchGetPreparedStatementOutputBuilder
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 get_prepared_statements(&self) -> &Option<Vec<PreparedStatement>>
pub fn get_prepared_statements(&self) -> &Option<Vec<PreparedStatement>>
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 get_unprocessed_prepared_statement_names(
&self
) -> &Option<Vec<UnprocessedPreparedStatementName>>
pub fn get_unprocessed_prepared_statement_names( &self ) -> &Option<Vec<UnprocessedPreparedStatementName>>
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.
Trait Implementations§
source§impl Clone for BatchGetPreparedStatementOutputBuilder
impl Clone for BatchGetPreparedStatementOutputBuilder
source§fn clone(&self) -> BatchGetPreparedStatementOutputBuilder
fn clone(&self) -> BatchGetPreparedStatementOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for BatchGetPreparedStatementOutputBuilder
impl Default for BatchGetPreparedStatementOutputBuilder
source§fn default() -> BatchGetPreparedStatementOutputBuilder
fn default() -> BatchGetPreparedStatementOutputBuilder
source§impl PartialEq<BatchGetPreparedStatementOutputBuilder> for BatchGetPreparedStatementOutputBuilder
impl PartialEq<BatchGetPreparedStatementOutputBuilder> for BatchGetPreparedStatementOutputBuilder
source§fn eq(&self, other: &BatchGetPreparedStatementOutputBuilder) -> bool
fn eq(&self, other: &BatchGetPreparedStatementOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.