#[non_exhaustive]pub struct DeleteFileSystemLustreResponseBuilder { /* private fields */ }Expand description
A builder for DeleteFileSystemLustreResponse.
Implementations§
source§impl DeleteFileSystemLustreResponseBuilder
impl DeleteFileSystemLustreResponseBuilder
sourcepub fn final_backup_id(self, input: impl Into<String>) -> Self
pub fn final_backup_id(self, input: impl Into<String>) -> Self
The ID of the final backup for this file system.
sourcepub fn set_final_backup_id(self, input: Option<String>) -> Self
pub fn set_final_backup_id(self, input: Option<String>) -> Self
The ID of the final backup for this file system.
sourcepub fn get_final_backup_id(&self) -> &Option<String>
pub fn get_final_backup_id(&self) -> &Option<String>
The ID of the final backup for this file system.
Appends an item to final_backup_tags.
To override the contents of this collection use set_final_backup_tags.
The set of tags applied to the final backup.
The set of tags applied to the final backup.
The set of tags applied to the final backup.
sourcepub fn build(self) -> DeleteFileSystemLustreResponse
pub fn build(self) -> DeleteFileSystemLustreResponse
Consumes the builder and constructs a DeleteFileSystemLustreResponse.
Trait Implementations§
source§impl Clone for DeleteFileSystemLustreResponseBuilder
impl Clone for DeleteFileSystemLustreResponseBuilder
source§fn clone(&self) -> DeleteFileSystemLustreResponseBuilder
fn clone(&self) -> DeleteFileSystemLustreResponseBuilder
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 Default for DeleteFileSystemLustreResponseBuilder
impl Default for DeleteFileSystemLustreResponseBuilder
source§fn default() -> DeleteFileSystemLustreResponseBuilder
fn default() -> DeleteFileSystemLustreResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFileSystemLustreResponseBuilder
impl PartialEq for DeleteFileSystemLustreResponseBuilder
source§fn eq(&self, other: &DeleteFileSystemLustreResponseBuilder) -> bool
fn eq(&self, other: &DeleteFileSystemLustreResponseBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteFileSystemLustreResponseBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFileSystemLustreResponseBuilder
impl Send for DeleteFileSystemLustreResponseBuilder
impl Sync for DeleteFileSystemLustreResponseBuilder
impl Unpin for DeleteFileSystemLustreResponseBuilder
impl UnwindSafe for DeleteFileSystemLustreResponseBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.