Struct aws_sdk_lexmodelsv2::input::DeleteImportInput  
source · #[non_exhaustive]pub struct DeleteImportInput { /* private fields */ }Implementations§
source§impl DeleteImportInput
 
impl DeleteImportInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DeleteImport, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<DeleteImport, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteImport>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteImportInput.
Trait Implementations§
source§impl Clone for DeleteImportInput
 
impl Clone for DeleteImportInput
source§fn clone(&self) -> DeleteImportInput
 
fn clone(&self) -> DeleteImportInput
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 DeleteImportInput
 
impl Debug for DeleteImportInput
source§impl PartialEq<DeleteImportInput> for DeleteImportInput
 
impl PartialEq<DeleteImportInput> for DeleteImportInput
source§fn eq(&self, other: &DeleteImportInput) -> bool
 
fn eq(&self, other: &DeleteImportInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.