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