Struct aws_sdk_storagegateway::operation::create_nfs_file_share::builders::CreateNfsFileShareOutputBuilder
source · #[non_exhaustive]pub struct CreateNfsFileShareOutputBuilder { /* private fields */ }Expand description
A builder for CreateNfsFileShareOutput.
Implementations§
The Amazon Resource Name (ARN) of the newly created file share.
The Amazon Resource Name (ARN) of the newly created file share.
sourcepub fn build(self) -> CreateNfsFileShareOutput
pub fn build(self) -> CreateNfsFileShareOutput
Consumes the builder and constructs a CreateNfsFileShareOutput.
Trait Implementations§
source§fn clone(&self) -> CreateNfsFileShareOutputBuilder
fn clone(&self) -> CreateNfsFileShareOutputBuilder
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§fn default() -> CreateNfsFileShareOutputBuilder
fn default() -> CreateNfsFileShareOutputBuilder
Returns the “default value” for a type. Read more
source§fn eq(&self, other: &CreateNfsFileShareOutputBuilder) -> bool
fn eq(&self, other: &CreateNfsFileShareOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more