Struct aws_sdk_lexmodelsv2::operation::batch_update_custom_vocabulary_item::BatchUpdateCustomVocabularyItemOutput
source · #[non_exhaustive]pub struct BatchUpdateCustomVocabularyItemOutput { /* private fields */ }Implementations§
source§impl BatchUpdateCustomVocabularyItemOutput
impl BatchUpdateCustomVocabularyItemOutput
sourcepub fn bot_id(&self) -> Option<&str>
pub fn bot_id(&self) -> Option<&str>
The identifier of the bot associated with this custom vocabulary.
sourcepub fn bot_version(&self) -> Option<&str>
pub fn bot_version(&self) -> Option<&str>
The identifier of the version of the bot associated with this custom vocabulary.
sourcepub fn locale_id(&self) -> Option<&str>
pub fn locale_id(&self) -> Option<&str>
The identifier of the language and locale where this custom vocabulary is used. The string must match one of the supported locales. For more information, see Supported Languages .
sourcepub fn errors(&self) -> Option<&[FailedCustomVocabularyItem]>
pub fn errors(&self) -> Option<&[FailedCustomVocabularyItem]>
A list of custom vocabulary items that failed to update during the operation. The reason for the error is contained within each error object.
sourcepub fn resources(&self) -> Option<&[CustomVocabularyItem]>
pub fn resources(&self) -> Option<&[CustomVocabularyItem]>
A list of custom vocabulary items that were successfully updated during the operation.
source§impl BatchUpdateCustomVocabularyItemOutput
impl BatchUpdateCustomVocabularyItemOutput
sourcepub fn builder() -> BatchUpdateCustomVocabularyItemOutputBuilder
pub fn builder() -> BatchUpdateCustomVocabularyItemOutputBuilder
Creates a new builder-style object to manufacture BatchUpdateCustomVocabularyItemOutput.
Trait Implementations§
source§impl Clone for BatchUpdateCustomVocabularyItemOutput
impl Clone for BatchUpdateCustomVocabularyItemOutput
source§fn clone(&self) -> BatchUpdateCustomVocabularyItemOutput
fn clone(&self) -> BatchUpdateCustomVocabularyItemOutput
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<BatchUpdateCustomVocabularyItemOutput> for BatchUpdateCustomVocabularyItemOutput
impl PartialEq<BatchUpdateCustomVocabularyItemOutput> for BatchUpdateCustomVocabularyItemOutput
source§fn eq(&self, other: &BatchUpdateCustomVocabularyItemOutput) -> bool
fn eq(&self, other: &BatchUpdateCustomVocabularyItemOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for BatchUpdateCustomVocabularyItemOutput
impl RequestId for BatchUpdateCustomVocabularyItemOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.