#[non_exhaustive]pub struct BatchGetCustomEntityTypesOutput { /* private fields */ }Implementations§
source§impl BatchGetCustomEntityTypesOutput
impl BatchGetCustomEntityTypesOutput
sourcepub fn custom_entity_types(&self) -> Option<&[CustomEntityType]>
pub fn custom_entity_types(&self) -> Option<&[CustomEntityType]>
A list of CustomEntityType objects representing the custom patterns that have been created.
sourcepub fn custom_entity_types_not_found(&self) -> Option<&[String]>
pub fn custom_entity_types_not_found(&self) -> Option<&[String]>
A list of the names of custom patterns that were not found.
source§impl BatchGetCustomEntityTypesOutput
impl BatchGetCustomEntityTypesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchGetCustomEntityTypesOutput.
Trait Implementations§
source§impl Clone for BatchGetCustomEntityTypesOutput
impl Clone for BatchGetCustomEntityTypesOutput
source§fn clone(&self) -> BatchGetCustomEntityTypesOutput
fn clone(&self) -> BatchGetCustomEntityTypesOutput
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<BatchGetCustomEntityTypesOutput> for BatchGetCustomEntityTypesOutput
impl PartialEq<BatchGetCustomEntityTypesOutput> for BatchGetCustomEntityTypesOutput
source§fn eq(&self, other: &BatchGetCustomEntityTypesOutput) -> bool
fn eq(&self, other: &BatchGetCustomEntityTypesOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.