Struct aws_sdk_appstream::operation::create_directory_config::builders::CreateDirectoryConfigOutputBuilder
source · #[non_exhaustive]pub struct CreateDirectoryConfigOutputBuilder { /* private fields */ }
Expand description
A builder for CreateDirectoryConfigOutput
.
Implementations§
source§impl CreateDirectoryConfigOutputBuilder
impl CreateDirectoryConfigOutputBuilder
sourcepub fn directory_config(self, input: DirectoryConfig) -> Self
pub fn directory_config(self, input: DirectoryConfig) -> Self
Information about the directory configuration.
sourcepub fn set_directory_config(self, input: Option<DirectoryConfig>) -> Self
pub fn set_directory_config(self, input: Option<DirectoryConfig>) -> Self
Information about the directory configuration.
sourcepub fn get_directory_config(&self) -> &Option<DirectoryConfig>
pub fn get_directory_config(&self) -> &Option<DirectoryConfig>
Information about the directory configuration.
sourcepub fn build(self) -> CreateDirectoryConfigOutput
pub fn build(self) -> CreateDirectoryConfigOutput
Consumes the builder and constructs a CreateDirectoryConfigOutput
.
Trait Implementations§
source§impl Clone for CreateDirectoryConfigOutputBuilder
impl Clone for CreateDirectoryConfigOutputBuilder
source§fn clone(&self) -> CreateDirectoryConfigOutputBuilder
fn clone(&self) -> CreateDirectoryConfigOutputBuilder
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 CreateDirectoryConfigOutputBuilder
impl Default for CreateDirectoryConfigOutputBuilder
source§fn default() -> CreateDirectoryConfigOutputBuilder
fn default() -> CreateDirectoryConfigOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for CreateDirectoryConfigOutputBuilder
impl PartialEq for CreateDirectoryConfigOutputBuilder
source§fn eq(&self, other: &CreateDirectoryConfigOutputBuilder) -> bool
fn eq(&self, other: &CreateDirectoryConfigOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CreateDirectoryConfigOutputBuilder
Auto Trait Implementations§
impl Freeze for CreateDirectoryConfigOutputBuilder
impl RefUnwindSafe for CreateDirectoryConfigOutputBuilder
impl Send for CreateDirectoryConfigOutputBuilder
impl Sync for CreateDirectoryConfigOutputBuilder
impl Unpin for CreateDirectoryConfigOutputBuilder
impl UnwindSafe for CreateDirectoryConfigOutputBuilder
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.