Struct aws_sdk_fsx::operation::create_storage_virtual_machine::builders::CreateStorageVirtualMachineOutputBuilder
source · #[non_exhaustive]pub struct CreateStorageVirtualMachineOutputBuilder { /* private fields */ }Expand description
A builder for CreateStorageVirtualMachineOutput.
Implementations§
source§impl CreateStorageVirtualMachineOutputBuilder
impl CreateStorageVirtualMachineOutputBuilder
sourcepub fn storage_virtual_machine(self, input: StorageVirtualMachine) -> Self
pub fn storage_virtual_machine(self, input: StorageVirtualMachine) -> Self
Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
sourcepub fn set_storage_virtual_machine(
self,
input: Option<StorageVirtualMachine>
) -> Self
pub fn set_storage_virtual_machine( self, input: Option<StorageVirtualMachine> ) -> Self
Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
sourcepub fn get_storage_virtual_machine(&self) -> &Option<StorageVirtualMachine>
pub fn get_storage_virtual_machine(&self) -> &Option<StorageVirtualMachine>
Returned after a successful CreateStorageVirtualMachine operation; describes the SVM just created.
sourcepub fn build(self) -> CreateStorageVirtualMachineOutput
pub fn build(self) -> CreateStorageVirtualMachineOutput
Consumes the builder and constructs a CreateStorageVirtualMachineOutput.
Trait Implementations§
source§impl Clone for CreateStorageVirtualMachineOutputBuilder
impl Clone for CreateStorageVirtualMachineOutputBuilder
source§fn clone(&self) -> CreateStorageVirtualMachineOutputBuilder
fn clone(&self) -> CreateStorageVirtualMachineOutputBuilder
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 CreateStorageVirtualMachineOutputBuilder
impl Default for CreateStorageVirtualMachineOutputBuilder
source§fn default() -> CreateStorageVirtualMachineOutputBuilder
fn default() -> CreateStorageVirtualMachineOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateStorageVirtualMachineOutputBuilder
impl PartialEq for CreateStorageVirtualMachineOutputBuilder
source§fn eq(&self, other: &CreateStorageVirtualMachineOutputBuilder) -> bool
fn eq(&self, other: &CreateStorageVirtualMachineOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for CreateStorageVirtualMachineOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CreateStorageVirtualMachineOutputBuilder
impl Send for CreateStorageVirtualMachineOutputBuilder
impl Sync for CreateStorageVirtualMachineOutputBuilder
impl Unpin for CreateStorageVirtualMachineOutputBuilder
impl UnwindSafe for CreateStorageVirtualMachineOutputBuilder
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.