Struct aws_sdk_lexmodelsv2::input::ListBotLocalesInput
source · [−]#[non_exhaustive]pub struct ListBotLocalesInput { /* private fields */ }Implementations
sourceimpl ListBotLocalesInput
impl ListBotLocalesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBotLocales, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListBotLocales, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListBotLocales>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBotLocalesInput.
sourceimpl ListBotLocalesInput
impl ListBotLocalesInput
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot to list locales for.
sourcepub fn sort_by(&self) -> Option<&BotLocaleSortBy>
pub fn sort_by(&self) -> Option<&BotLocaleSortBy>
Specifies sorting parameters for the list of locales. You can sort by locale name in ascending or descending order.
sourcepub fn filters(&self) -> Option<&[BotLocaleFilter]>
pub fn filters(&self) -> Option<&[BotLocaleFilter]>
Provides the specification for a filter used to limit the response to only those locales that match the filter specification. You can only specify one filter and one value to filter on.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of aliases 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 from the ListBotLocales operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token as the nextToken parameter to return the next page of results.
Trait Implementations
sourceimpl Clone for ListBotLocalesInput
impl Clone for ListBotLocalesInput
sourcefn clone(&self) -> ListBotLocalesInput
fn clone(&self) -> ListBotLocalesInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more