Struct aws_sdk_opensearch::input::ListVersionsInput
source · #[non_exhaustive]pub struct ListVersionsInput { /* private fields */ }
Expand description
Container for the request parameters to the ListVersions
operation.
Implementations§
source§impl ListVersionsInput
impl ListVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListVersionsInput
.
source§impl ListVersionsInput
impl ListVersionsInput
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
An optional parameter that specifies the maximum number of results to return. You can use nextToken
to get the next page of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If your initial ListVersions
operation returns a nextToken
, you can include the returned nextToken
in subsequent ListVersions
operations, which returns results in the next page.
Trait Implementations§
source§impl Clone for ListVersionsInput
impl Clone for ListVersionsInput
source§fn clone(&self) -> ListVersionsInput
fn clone(&self) -> ListVersionsInput
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 ListVersionsInput
impl Debug for ListVersionsInput
source§impl PartialEq<ListVersionsInput> for ListVersionsInput
impl PartialEq<ListVersionsInput> for ListVersionsInput
source§fn eq(&self, other: &ListVersionsInput) -> bool
fn eq(&self, other: &ListVersionsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.