Struct aws_sdk_athena::input::ListEngineVersionsInput
source · #[non_exhaustive]pub struct ListEngineVersionsInput { /* private fields */ }
Implementations§
source§impl ListEngineVersionsInput
impl ListEngineVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListEngineVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListEngineVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListEngineVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListEngineVersionsInput
.
source§impl ListEngineVersionsInput
impl ListEngineVersionsInput
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 engine versions to return in this request.
Trait Implementations§
source§impl Clone for ListEngineVersionsInput
impl Clone for ListEngineVersionsInput
source§fn clone(&self) -> ListEngineVersionsInput
fn clone(&self) -> ListEngineVersionsInput
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 ListEngineVersionsInput
impl Debug for ListEngineVersionsInput
source§impl PartialEq<ListEngineVersionsInput> for ListEngineVersionsInput
impl PartialEq<ListEngineVersionsInput> for ListEngineVersionsInput
source§fn eq(&self, other: &ListEngineVersionsInput) -> bool
fn eq(&self, other: &ListEngineVersionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.