#[non_exhaustive]pub struct CreateVocabularyFilterOutput { /* private fields */ }Implementations§
source§impl CreateVocabularyFilterOutput
impl CreateVocabularyFilterOutput
sourcepub fn vocabulary_filter_name(&self) -> Option<&str>
pub fn vocabulary_filter_name(&self) -> Option<&str>
The name you chose for your custom vocabulary filter.
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language code you selected for your custom vocabulary filter.
sourcepub fn last_modified_time(&self) -> Option<&DateTime>
pub fn last_modified_time(&self) -> Option<&DateTime>
The date and time you created your custom vocabulary filter.
Timestamps are in the format YYYY-MM-DD'T'HH:MM:SS.SSSSSS-UTC. For example, 2022-05-04T12:32:58.761000-07:00 represents 12:32 PM UTC-7 on May 4, 2022.
source§impl CreateVocabularyFilterOutput
impl CreateVocabularyFilterOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateVocabularyFilterOutput.
Trait Implementations§
source§impl Clone for CreateVocabularyFilterOutput
impl Clone for CreateVocabularyFilterOutput
source§fn clone(&self) -> CreateVocabularyFilterOutput
fn clone(&self) -> CreateVocabularyFilterOutput
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 CreateVocabularyFilterOutput
impl Debug for CreateVocabularyFilterOutput
source§impl PartialEq<CreateVocabularyFilterOutput> for CreateVocabularyFilterOutput
impl PartialEq<CreateVocabularyFilterOutput> for CreateVocabularyFilterOutput
source§fn eq(&self, other: &CreateVocabularyFilterOutput) -> bool
fn eq(&self, other: &CreateVocabularyFilterOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.