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