Struct aws_sdk_ivsrealtime::operation::get_storage_configuration::builders::GetStorageConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetStorageConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for GetStorageConfigurationOutput.
Implementations§
source§impl GetStorageConfigurationOutputBuilder
impl GetStorageConfigurationOutputBuilder
sourcepub fn storage_configuration(self, input: StorageConfiguration) -> Self
pub fn storage_configuration(self, input: StorageConfiguration) -> Self
The StorageConfiguration that was returned.
sourcepub fn set_storage_configuration(
self,
input: Option<StorageConfiguration>
) -> Self
pub fn set_storage_configuration( self, input: Option<StorageConfiguration> ) -> Self
The StorageConfiguration that was returned.
sourcepub fn get_storage_configuration(&self) -> &Option<StorageConfiguration>
pub fn get_storage_configuration(&self) -> &Option<StorageConfiguration>
The StorageConfiguration that was returned.
sourcepub fn build(self) -> GetStorageConfigurationOutput
pub fn build(self) -> GetStorageConfigurationOutput
Consumes the builder and constructs a GetStorageConfigurationOutput.
Trait Implementations§
source§impl Clone for GetStorageConfigurationOutputBuilder
impl Clone for GetStorageConfigurationOutputBuilder
source§fn clone(&self) -> GetStorageConfigurationOutputBuilder
fn clone(&self) -> GetStorageConfigurationOutputBuilder
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 GetStorageConfigurationOutputBuilder
impl Default for GetStorageConfigurationOutputBuilder
source§fn default() -> GetStorageConfigurationOutputBuilder
fn default() -> GetStorageConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetStorageConfigurationOutputBuilder
impl PartialEq for GetStorageConfigurationOutputBuilder
source§fn eq(&self, other: &GetStorageConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetStorageConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetStorageConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetStorageConfigurationOutputBuilder
impl Send for GetStorageConfigurationOutputBuilder
impl Sync for GetStorageConfigurationOutputBuilder
impl Unpin for GetStorageConfigurationOutputBuilder
impl UnwindSafe for GetStorageConfigurationOutputBuilder
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.