#[non_exhaustive]pub struct DeleteFileSystemOpenZfsResponseBuilder { /* private fields */ }Expand description
A builder for DeleteFileSystemOpenZfsResponse.
Implementations§
source§impl DeleteFileSystemOpenZfsResponseBuilder
impl DeleteFileSystemOpenZfsResponseBuilder
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 source backup. Specifies the backup that you are copying.
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 source backup. Specifies the backup that you are copying.
sourcepub fn get_final_backup_id(&self) -> &Option<String>
pub fn get_final_backup_id(&self) -> &Option<String>
The ID of the source backup. Specifies the backup that you are copying.
Appends an item to final_backup_tags.
To override the contents of this collection use set_final_backup_tags.
A list of Tag values, with a maximum of 50 elements.
A list of Tag values, with a maximum of 50 elements.
A list of Tag values, with a maximum of 50 elements.
sourcepub fn build(self) -> DeleteFileSystemOpenZfsResponse
pub fn build(self) -> DeleteFileSystemOpenZfsResponse
Consumes the builder and constructs a DeleteFileSystemOpenZfsResponse.
Trait Implementations§
source§impl Clone for DeleteFileSystemOpenZfsResponseBuilder
impl Clone for DeleteFileSystemOpenZfsResponseBuilder
source§fn clone(&self) -> DeleteFileSystemOpenZfsResponseBuilder
fn clone(&self) -> DeleteFileSystemOpenZfsResponseBuilder
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 DeleteFileSystemOpenZfsResponseBuilder
impl Default for DeleteFileSystemOpenZfsResponseBuilder
source§fn default() -> DeleteFileSystemOpenZfsResponseBuilder
fn default() -> DeleteFileSystemOpenZfsResponseBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteFileSystemOpenZfsResponseBuilder> for DeleteFileSystemOpenZfsResponseBuilder
impl PartialEq<DeleteFileSystemOpenZfsResponseBuilder> for DeleteFileSystemOpenZfsResponseBuilder
source§fn eq(&self, other: &DeleteFileSystemOpenZfsResponseBuilder) -> bool
fn eq(&self, other: &DeleteFileSystemOpenZfsResponseBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteFileSystemOpenZfsResponseBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteFileSystemOpenZfsResponseBuilder
impl Send for DeleteFileSystemOpenZfsResponseBuilder
impl Sync for DeleteFileSystemOpenZfsResponseBuilder
impl Unpin for DeleteFileSystemOpenZfsResponseBuilder
impl UnwindSafe for DeleteFileSystemOpenZfsResponseBuilder
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