Struct aws_sdk_fsx::operation::update_storage_virtual_machine::builders::UpdateStorageVirtualMachineOutputBuilder
source · #[non_exhaustive]pub struct UpdateStorageVirtualMachineOutputBuilder { /* private fields */ }Expand description
A builder for UpdateStorageVirtualMachineOutput.
Implementations§
source§impl UpdateStorageVirtualMachineOutputBuilder
impl UpdateStorageVirtualMachineOutputBuilder
sourcepub fn storage_virtual_machine(self, input: StorageVirtualMachine) -> Self
pub fn storage_virtual_machine(self, input: StorageVirtualMachine) -> Self
Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.
sourcepub fn set_storage_virtual_machine(
self,
input: Option<StorageVirtualMachine>
) -> Self
pub fn set_storage_virtual_machine( self, input: Option<StorageVirtualMachine> ) -> Self
Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.
sourcepub fn get_storage_virtual_machine(&self) -> &Option<StorageVirtualMachine>
pub fn get_storage_virtual_machine(&self) -> &Option<StorageVirtualMachine>
Describes the Amazon FSx for NetApp ONTAP storage virtual machine (SVM) configuration.
sourcepub fn build(self) -> UpdateStorageVirtualMachineOutput
pub fn build(self) -> UpdateStorageVirtualMachineOutput
Consumes the builder and constructs a UpdateStorageVirtualMachineOutput.
Trait Implementations§
source§impl Clone for UpdateStorageVirtualMachineOutputBuilder
impl Clone for UpdateStorageVirtualMachineOutputBuilder
source§fn clone(&self) -> UpdateStorageVirtualMachineOutputBuilder
fn clone(&self) -> UpdateStorageVirtualMachineOutputBuilder
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 UpdateStorageVirtualMachineOutputBuilder
impl Default for UpdateStorageVirtualMachineOutputBuilder
source§fn default() -> UpdateStorageVirtualMachineOutputBuilder
fn default() -> UpdateStorageVirtualMachineOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UpdateStorageVirtualMachineOutputBuilder
impl PartialEq for UpdateStorageVirtualMachineOutputBuilder
source§fn eq(&self, other: &UpdateStorageVirtualMachineOutputBuilder) -> bool
fn eq(&self, other: &UpdateStorageVirtualMachineOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for UpdateStorageVirtualMachineOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateStorageVirtualMachineOutputBuilder
impl Send for UpdateStorageVirtualMachineOutputBuilder
impl Sync for UpdateStorageVirtualMachineOutputBuilder
impl Unpin for UpdateStorageVirtualMachineOutputBuilder
impl UnwindSafe for UpdateStorageVirtualMachineOutputBuilder
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.