Struct aws_sdk_lexmodelsv2::input::StartImportInput [−][src]
#[non_exhaustive]pub struct StartImportInput {
pub import_id: Option<String>,
pub resource_specification: Option<ImportResourceSpecification>,
pub merge_strategy: Option<MergeStrategy>,
pub file_password: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.import_id: Option<String>The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.
resource_specification: Option<ImportResourceSpecification>Parameters for creating the bot or bot locale.
merge_strategy: Option<MergeStrategy>The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
file_password: Option<String>The password used to encrypt the zip archive that contains the bot or bot locale definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartImport, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartImport, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<StartImport>
Creates a new builder-style object to manufacture StartImportInput
The unique identifier for the import. It is included in the response from the CreateUploadUrl operation.
Parameters for creating the bot or bot locale.
The strategy to use when there is a name conflict between the imported resource and an existing resource. When the merge strategy is FailOnConflict existing resources are not overwritten and the import fails.
The password used to encrypt the zip archive that contains the bot or bot locale definition. You should always encrypt the zip archive to protect it during transit between your site and Amazon Lex.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for StartImportInput
impl Send for StartImportInput
impl Sync for StartImportInput
impl Unpin for StartImportInput
impl UnwindSafe for StartImportInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
