Struct aws_sdk_lexmodelsv2::model::ImportSummary
source · [−]#[non_exhaustive]pub struct ImportSummary { /* private fields */ }Expand description
Provides summary information about an import in an import list.
Implementations
sourceimpl 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.
sourceimpl ImportSummary
impl ImportSummary
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ImportSummary.
Trait Implementations
sourceimpl Clone for ImportSummary
impl Clone for ImportSummary
sourcefn clone(&self) -> ImportSummary
fn clone(&self) -> ImportSummary
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ImportSummary
impl Debug for ImportSummary
sourceimpl PartialEq<ImportSummary> for ImportSummary
impl PartialEq<ImportSummary> for ImportSummary
sourcefn eq(&self, other: &ImportSummary) -> bool
fn eq(&self, other: &ImportSummary) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more