Struct aws_sdk_lexmodelsv2::input::ListBotVersionsInput
source · #[non_exhaustive]pub struct ListBotVersionsInput { /* private fields */ }Implementations§
source§impl ListBotVersionsInput
impl ListBotVersionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBotVersions, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBotVersions, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBotVersions>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBotVersionsInput.
source§impl ListBotVersionsInput
impl ListBotVersionsInput
sourcepub fn sort_by(&self) -> Option<&BotVersionSortBy>
pub fn sort_by(&self) -> Option<&BotVersionSortBy>
Specifies sorting parameters for the list of versions. You can specify that the list be sorted by version name in either ascending or descending order.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of versions to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response to the ListBotVersion operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
Trait Implementations§
source§impl Clone for ListBotVersionsInput
impl Clone for ListBotVersionsInput
source§fn clone(&self) -> ListBotVersionsInput
fn clone(&self) -> ListBotVersionsInput
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 ListBotVersionsInput
impl Debug for ListBotVersionsInput
source§impl PartialEq<ListBotVersionsInput> for ListBotVersionsInput
impl PartialEq<ListBotVersionsInput> for ListBotVersionsInput
source§fn eq(&self, other: &ListBotVersionsInput) -> bool
fn eq(&self, other: &ListBotVersionsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.