Struct aws_sdk_lexmodelsv2::types::ImportSummary
source · #[non_exhaustive]pub struct ImportSummary { /* private fields */ }Expand description
Provides summary information about an import in an import list.
Implementations§
source§impl ImportSummary
impl ImportSummary
sourcepub fn import_id(&self) -> Option<&str>
pub fn import_id(&self) -> Option<&str>
The unique identifier that Amazon Lex assigned to the import.
sourcepub fn imported_resource_id(&self) -> Option<&str>
pub fn imported_resource_id(&self) -> Option<&str>
The unique identifier that Amazon Lex assigned to the imported resource.
sourcepub fn imported_resource_name(&self) -> Option<&str>
pub fn imported_resource_name(&self) -> Option<&str>
The name that you gave the imported resource.
sourcepub fn import_status(&self) -> Option<&ImportStatus>
pub fn import_status(&self) -> Option<&ImportStatus>
The status of the resource. When the status is Completed the resource is ready to build.
sourcepub fn merge_strategy(&self) -> Option<&MergeStrategy>
pub fn merge_strategy(&self) -> Option<&MergeStrategy>
The strategy used to merge existing bot or bot locale definitions with the imported definition.
sourcepub fn creation_date_time(&self) -> Option<&DateTime>
pub fn creation_date_time(&self) -> Option<&DateTime>
The date and time that the import was created.
sourcepub fn last_updated_date_time(&self) -> Option<&DateTime>
pub fn last_updated_date_time(&self) -> Option<&DateTime>
The date and time that the import was last updated.
sourcepub fn imported_resource_type(&self) -> Option<&ImportResourceType>
pub fn imported_resource_type(&self) -> Option<&ImportResourceType>
The type of resource that was imported.
source§impl ImportSummary
impl ImportSummary
sourcepub fn builder() -> ImportSummaryBuilder
pub fn builder() -> ImportSummaryBuilder
Creates a new builder-style object to manufacture ImportSummary.
Trait Implementations§
source§impl Clone for ImportSummary
impl Clone for ImportSummary
source§fn clone(&self) -> ImportSummary
fn clone(&self) -> ImportSummary
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 ImportSummary
impl Debug for ImportSummary
source§impl PartialEq<ImportSummary> for ImportSummary
impl PartialEq<ImportSummary> for ImportSummary
source§fn eq(&self, other: &ImportSummary) -> bool
fn eq(&self, other: &ImportSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ImportSummary
Auto Trait Implementations§
impl RefUnwindSafe for ImportSummary
impl Send for ImportSummary
impl Sync for ImportSummary
impl Unpin for ImportSummary
impl UnwindSafe for ImportSummary
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more