#[non_exhaustive]pub struct ListElasticsearchVersionsInput { /* private fields */ }
Expand description
Container for the parameters to the
operation. ListElasticsearchVersions
Use
to control the maximum number of results to retrieve in a single call. MaxResults
Use
in response to retrieve more results. If the received response does not contain a NextToken, then there are no more results to retrieve. NextToken
Implementations§
source§impl ListElasticsearchVersionsInput
impl ListElasticsearchVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListElasticsearchVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListElasticsearchVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListElasticsearchVersions
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListElasticsearchVersionsInput
.
source§impl ListElasticsearchVersionsInput
impl ListElasticsearchVersionsInput
sourcepub fn max_results(&self) -> i32
pub fn max_results(&self) -> i32
Set this value to limit the number of results returned. Value provided must be greater than 10 else it wont be honored.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Paginated APIs accepts NextToken input to returns next page results and provides a NextToken output in the response which can be used by the client to retrieve more results.
Trait Implementations§
source§impl Clone for ListElasticsearchVersionsInput
impl Clone for ListElasticsearchVersionsInput
source§fn clone(&self) -> ListElasticsearchVersionsInput
fn clone(&self) -> ListElasticsearchVersionsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<ListElasticsearchVersionsInput> for ListElasticsearchVersionsInput
impl PartialEq<ListElasticsearchVersionsInput> for ListElasticsearchVersionsInput
source§fn eq(&self, other: &ListElasticsearchVersionsInput) -> bool
fn eq(&self, other: &ListElasticsearchVersionsInput) -> bool
self
and other
values to be equal, and is used
by ==
.