#[non_exhaustive]pub struct DeleteExportOutputBuilder { /* private fields */ }Expand description
A builder for DeleteExportOutput.
Implementations§
source§impl DeleteExportOutputBuilder
impl DeleteExportOutputBuilder
sourcepub fn export_id(self, input: impl Into<String>) -> Self
pub fn export_id(self, input: impl Into<String>) -> Self
The unique identifier of the deleted export.
sourcepub fn set_export_id(self, input: Option<String>) -> Self
pub fn set_export_id(self, input: Option<String>) -> Self
The unique identifier of the deleted export.
sourcepub fn export_status(self, input: ExportStatus) -> Self
pub fn export_status(self, input: ExportStatus) -> Self
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
sourcepub fn set_export_status(self, input: Option<ExportStatus>) -> Self
pub fn set_export_status(self, input: Option<ExportStatus>) -> Self
The current status of the deletion. When the deletion is complete, the export will no longer be returned by the ListExports operation and calls to the DescribeExport operation with the export identifier will fail.
sourcepub fn build(self) -> DeleteExportOutput
pub fn build(self) -> DeleteExportOutput
Consumes the builder and constructs a DeleteExportOutput.
Trait Implementations§
source§impl Clone for DeleteExportOutputBuilder
impl Clone for DeleteExportOutputBuilder
source§fn clone(&self) -> DeleteExportOutputBuilder
fn clone(&self) -> DeleteExportOutputBuilder
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 DeleteExportOutputBuilder
impl Debug for DeleteExportOutputBuilder
source§impl Default for DeleteExportOutputBuilder
impl Default for DeleteExportOutputBuilder
source§fn default() -> DeleteExportOutputBuilder
fn default() -> DeleteExportOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteExportOutputBuilder> for DeleteExportOutputBuilder
impl PartialEq<DeleteExportOutputBuilder> for DeleteExportOutputBuilder
source§fn eq(&self, other: &DeleteExportOutputBuilder) -> bool
fn eq(&self, other: &DeleteExportOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteExportOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteExportOutputBuilder
impl Send for DeleteExportOutputBuilder
impl Sync for DeleteExportOutputBuilder
impl Unpin for DeleteExportOutputBuilder
impl UnwindSafe for DeleteExportOutputBuilder
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