#[non_exhaustive]pub struct DeleteImportOutputBuilder { /* private fields */ }Expand description
A builder for DeleteImportOutput.
Implementations§
source§impl DeleteImportOutputBuilder
impl DeleteImportOutputBuilder
sourcepub fn import_id(self, input: impl Into<String>) -> Self
pub fn import_id(self, input: impl Into<String>) -> Self
The unique identifier of the deleted import.
sourcepub fn set_import_id(self, input: Option<String>) -> Self
pub fn set_import_id(self, input: Option<String>) -> Self
The unique identifier of the deleted import.
sourcepub fn import_status(self, input: ImportStatus) -> Self
pub fn import_status(self, input: ImportStatus) -> Self
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
sourcepub fn set_import_status(self, input: Option<ImportStatus>) -> Self
pub fn set_import_status(self, input: Option<ImportStatus>) -> Self
The current status of the deletion. When the deletion is complete, the import will no longer be returned by the ListImports operation and calls to the DescribeImport operation with the import identifier will fail.
sourcepub fn build(self) -> DeleteImportOutput
pub fn build(self) -> DeleteImportOutput
Consumes the builder and constructs a DeleteImportOutput.
Trait Implementations§
source§impl Clone for DeleteImportOutputBuilder
impl Clone for DeleteImportOutputBuilder
source§fn clone(&self) -> DeleteImportOutputBuilder
fn clone(&self) -> DeleteImportOutputBuilder
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 DeleteImportOutputBuilder
impl Debug for DeleteImportOutputBuilder
source§impl Default for DeleteImportOutputBuilder
impl Default for DeleteImportOutputBuilder
source§fn default() -> DeleteImportOutputBuilder
fn default() -> DeleteImportOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteImportOutputBuilder> for DeleteImportOutputBuilder
impl PartialEq<DeleteImportOutputBuilder> for DeleteImportOutputBuilder
source§fn eq(&self, other: &DeleteImportOutputBuilder) -> bool
fn eq(&self, other: &DeleteImportOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteImportOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteImportOutputBuilder
impl Send for DeleteImportOutputBuilder
impl Sync for DeleteImportOutputBuilder
impl Unpin for DeleteImportOutputBuilder
impl UnwindSafe for DeleteImportOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more