#[non_exhaustive]pub struct DeleteCustomVocabularyOutput { /* private fields */ }Implementations§
source§impl DeleteCustomVocabularyOutput
impl DeleteCustomVocabularyOutput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The identifier of the bot that the custom vocabulary was removed from.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The version of the bot that the custom vocabulary was removed from.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The locale identifier for the locale that the custom vocabulary was removed from.
sourcepub fn custom_vocabulary_status(&self) -> Option<&CustomVocabularyStatus>
pub fn custom_vocabulary_status(&self) -> Option<&CustomVocabularyStatus>
The status of removing the custom vocabulary.
source§impl DeleteCustomVocabularyOutput
impl DeleteCustomVocabularyOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCustomVocabularyOutput.
Trait Implementations§
source§impl Clone for DeleteCustomVocabularyOutput
impl Clone for DeleteCustomVocabularyOutput
source§fn clone(&self) -> DeleteCustomVocabularyOutput
fn clone(&self) -> DeleteCustomVocabularyOutput
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 DeleteCustomVocabularyOutput
impl Debug for DeleteCustomVocabularyOutput
source§impl PartialEq<DeleteCustomVocabularyOutput> for DeleteCustomVocabularyOutput
impl PartialEq<DeleteCustomVocabularyOutput> for DeleteCustomVocabularyOutput
source§fn eq(&self, other: &DeleteCustomVocabularyOutput) -> bool
fn eq(&self, other: &DeleteCustomVocabularyOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.