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§
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() -> Builder
pub fn builder() -> Builder
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 more