Struct aws_sdk_s3control::operation::get_storage_lens_configuration::builders::GetStorageLensConfigurationOutputBuilder
source · #[non_exhaustive]pub struct GetStorageLensConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for GetStorageLensConfigurationOutput.
Implementations§
source§impl GetStorageLensConfigurationOutputBuilder
impl GetStorageLensConfigurationOutputBuilder
sourcepub fn storage_lens_configuration(self, input: StorageLensConfiguration) -> Self
pub fn storage_lens_configuration(self, input: StorageLensConfiguration) -> Self
The S3 Storage Lens configuration requested.
sourcepub fn set_storage_lens_configuration(
self,
input: Option<StorageLensConfiguration>
) -> Self
pub fn set_storage_lens_configuration( self, input: Option<StorageLensConfiguration> ) -> Self
The S3 Storage Lens configuration requested.
sourcepub fn get_storage_lens_configuration(
&self
) -> &Option<StorageLensConfiguration>
pub fn get_storage_lens_configuration( &self ) -> &Option<StorageLensConfiguration>
The S3 Storage Lens configuration requested.
sourcepub fn build(self) -> GetStorageLensConfigurationOutput
pub fn build(self) -> GetStorageLensConfigurationOutput
Consumes the builder and constructs a GetStorageLensConfigurationOutput.
Trait Implementations§
source§impl Clone for GetStorageLensConfigurationOutputBuilder
impl Clone for GetStorageLensConfigurationOutputBuilder
source§fn clone(&self) -> GetStorageLensConfigurationOutputBuilder
fn clone(&self) -> GetStorageLensConfigurationOutputBuilder
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 GetStorageLensConfigurationOutputBuilder
impl Default for GetStorageLensConfigurationOutputBuilder
source§fn default() -> GetStorageLensConfigurationOutputBuilder
fn default() -> GetStorageLensConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetStorageLensConfigurationOutputBuilder
impl PartialEq for GetStorageLensConfigurationOutputBuilder
source§fn eq(&self, other: &GetStorageLensConfigurationOutputBuilder) -> bool
fn eq(&self, other: &GetStorageLensConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetStorageLensConfigurationOutputBuilder
Auto Trait Implementations§
impl Freeze for GetStorageLensConfigurationOutputBuilder
impl RefUnwindSafe for GetStorageLensConfigurationOutputBuilder
impl Send for GetStorageLensConfigurationOutputBuilder
impl Sync for GetStorageLensConfigurationOutputBuilder
impl Unpin for GetStorageLensConfigurationOutputBuilder
impl UnwindSafe for GetStorageLensConfigurationOutputBuilder
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.