#[non_exhaustive]pub struct DeleteExportInputBuilder { /* private fields */ }Expand description
A builder for DeleteExportInput.
Implementations§
source§impl DeleteExportInputBuilder
impl DeleteExportInputBuilder
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 export to delete.
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 export to delete.
sourcepub fn build(self) -> Result<DeleteExportInput, BuildError>
pub fn build(self) -> Result<DeleteExportInput, BuildError>
Consumes the builder and constructs a DeleteExportInput.
Trait Implementations§
source§impl Clone for DeleteExportInputBuilder
impl Clone for DeleteExportInputBuilder
source§fn clone(&self) -> DeleteExportInputBuilder
fn clone(&self) -> DeleteExportInputBuilder
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 DeleteExportInputBuilder
impl Debug for DeleteExportInputBuilder
source§impl Default for DeleteExportInputBuilder
impl Default for DeleteExportInputBuilder
source§fn default() -> DeleteExportInputBuilder
fn default() -> DeleteExportInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteExportInputBuilder> for DeleteExportInputBuilder
impl PartialEq<DeleteExportInputBuilder> for DeleteExportInputBuilder
source§fn eq(&self, other: &DeleteExportInputBuilder) -> bool
fn eq(&self, other: &DeleteExportInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.