#[non_exhaustive]pub struct DescribeImportOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeImportOutput
.
Implementations§
source§impl DescribeImportOutputBuilder
impl DescribeImportOutputBuilder
sourcepub fn import_table_description(self, input: ImportTableDescription) -> Self
pub fn import_table_description(self, input: ImportTableDescription) -> Self
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
sourcepub fn set_import_table_description(
self,
input: Option<ImportTableDescription>
) -> Self
pub fn set_import_table_description( self, input: Option<ImportTableDescription> ) -> Self
Represents the properties of the table created for the import, and parameters of the import. The import parameters include import status, how many items were processed, and how many errors were encountered.
sourcepub fn build(self) -> DescribeImportOutput
pub fn build(self) -> DescribeImportOutput
Consumes the builder and constructs a DescribeImportOutput
.
Trait Implementations§
source§impl Clone for DescribeImportOutputBuilder
impl Clone for DescribeImportOutputBuilder
source§fn clone(&self) -> DescribeImportOutputBuilder
fn clone(&self) -> DescribeImportOutputBuilder
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 DescribeImportOutputBuilder
impl Debug for DescribeImportOutputBuilder
source§impl Default for DescribeImportOutputBuilder
impl Default for DescribeImportOutputBuilder
source§fn default() -> DescribeImportOutputBuilder
fn default() -> DescribeImportOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeImportOutputBuilder> for DescribeImportOutputBuilder
impl PartialEq<DescribeImportOutputBuilder> for DescribeImportOutputBuilder
source§fn eq(&self, other: &DescribeImportOutputBuilder) -> bool
fn eq(&self, other: &DescribeImportOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.