#[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 get_import_id(&self) -> &Option<String>
pub fn get_import_id(&self) -> &Option<String>
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 get_import_status(&self) -> &Option<ImportStatus>
pub fn get_import_status(&self) -> &Option<ImportStatus>
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
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
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
source§impl PartialEq for DeleteImportOutputBuilder
impl PartialEq for DeleteImportOutputBuilder
source§fn eq(&self, other: &DeleteImportOutputBuilder) -> bool
fn eq(&self, other: &DeleteImportOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.