Struct aws_sdk_m2::model::DataSetImportTask  
source · #[non_exhaustive]pub struct DataSetImportTask { /* private fields */ }Expand description
Contains information about a data set import task.
Implementations§
source§impl DataSetImportTask
 
impl DataSetImportTask
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataSetImportTask.
Trait Implementations§
source§impl Clone for DataSetImportTask
 
impl Clone for DataSetImportTask
source§fn clone(&self) -> DataSetImportTask
 
fn clone(&self) -> DataSetImportTask
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 DataSetImportTask
 
impl Debug for DataSetImportTask
source§impl PartialEq<DataSetImportTask> for DataSetImportTask
 
impl PartialEq<DataSetImportTask> for DataSetImportTask
source§fn eq(&self, other: &DataSetImportTask) -> bool
 
fn eq(&self, other: &DataSetImportTask) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.