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