#[non_exhaustive]pub struct ListCustomVocabularyItemsInput { /* private fields */ }Implementations§
source§impl ListCustomVocabularyItemsInput
impl ListCustomVocabularyItemsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomVocabularyItems, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCustomVocabularyItems, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCustomVocabularyItems>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCustomVocabularyItemsInput.
source§impl ListCustomVocabularyItemsInput
impl ListCustomVocabularyItemsInput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The unique identifier of the bot to the list custom vocabulary request.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The bot version of the bot to the list custom vocabulary request.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The locale identifier of the bot to the list custom vocabulary request.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum results to the list custom vocabulary request.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The nextToken identifier to the list custom vocabulary request.
Trait Implementations§
source§impl Clone for ListCustomVocabularyItemsInput
impl Clone for ListCustomVocabularyItemsInput
source§fn clone(&self) -> ListCustomVocabularyItemsInput
fn clone(&self) -> ListCustomVocabularyItemsInput
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 PartialEq<ListCustomVocabularyItemsInput> for ListCustomVocabularyItemsInput
impl PartialEq<ListCustomVocabularyItemsInput> for ListCustomVocabularyItemsInput
source§fn eq(&self, other: &ListCustomVocabularyItemsInput) -> bool
fn eq(&self, other: &ListCustomVocabularyItemsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.