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