Struct aws_sdk_athena::input::ListPreparedStatementsInput
source · #[non_exhaustive]pub struct ListPreparedStatementsInput { /* private fields */ }
Implementations§
source§impl ListPreparedStatementsInput
impl ListPreparedStatementsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListPreparedStatements, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListPreparedStatements, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListPreparedStatements
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListPreparedStatementsInput
.
source§impl ListPreparedStatementsInput
impl ListPreparedStatementsInput
sourcepub fn work_group(&self) -> Option<&str>
pub fn work_group(&self) -> Option<&str>
The workgroup to list the prepared statements for.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken
from the response object of the previous page call.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in this request.
Trait Implementations§
source§impl Clone for ListPreparedStatementsInput
impl Clone for ListPreparedStatementsInput
source§fn clone(&self) -> ListPreparedStatementsInput
fn clone(&self) -> ListPreparedStatementsInput
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 ListPreparedStatementsInput
impl Debug for ListPreparedStatementsInput
source§impl PartialEq<ListPreparedStatementsInput> for ListPreparedStatementsInput
impl PartialEq<ListPreparedStatementsInput> for ListPreparedStatementsInput
source§fn eq(&self, other: &ListPreparedStatementsInput) -> bool
fn eq(&self, other: &ListPreparedStatementsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.