Struct aws_sdk_s3::types::builders::StatsBuilder
source · #[non_exhaustive]pub struct StatsBuilder { /* private fields */ }
Expand description
A builder for Stats
.
Implementations§
source§impl StatsBuilder
impl StatsBuilder
sourcepub fn bytes_scanned(self, input: i64) -> Self
pub fn bytes_scanned(self, input: i64) -> Self
The total number of object bytes scanned.
sourcepub fn set_bytes_scanned(self, input: Option<i64>) -> Self
pub fn set_bytes_scanned(self, input: Option<i64>) -> Self
The total number of object bytes scanned.
sourcepub fn get_bytes_scanned(&self) -> &Option<i64>
pub fn get_bytes_scanned(&self) -> &Option<i64>
The total number of object bytes scanned.
sourcepub fn bytes_processed(self, input: i64) -> Self
pub fn bytes_processed(self, input: i64) -> Self
The total number of uncompressed object bytes processed.
sourcepub fn set_bytes_processed(self, input: Option<i64>) -> Self
pub fn set_bytes_processed(self, input: Option<i64>) -> Self
The total number of uncompressed object bytes processed.
sourcepub fn get_bytes_processed(&self) -> &Option<i64>
pub fn get_bytes_processed(&self) -> &Option<i64>
The total number of uncompressed object bytes processed.
sourcepub fn bytes_returned(self, input: i64) -> Self
pub fn bytes_returned(self, input: i64) -> Self
The total number of bytes of records payload data returned.
sourcepub fn set_bytes_returned(self, input: Option<i64>) -> Self
pub fn set_bytes_returned(self, input: Option<i64>) -> Self
The total number of bytes of records payload data returned.
sourcepub fn get_bytes_returned(&self) -> &Option<i64>
pub fn get_bytes_returned(&self) -> &Option<i64>
The total number of bytes of records payload data returned.
Trait Implementations§
source§impl Clone for StatsBuilder
impl Clone for StatsBuilder
source§fn clone(&self) -> StatsBuilder
fn clone(&self) -> StatsBuilder
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 Debug for StatsBuilder
impl Debug for StatsBuilder
source§impl Default for StatsBuilder
impl Default for StatsBuilder
source§fn default() -> StatsBuilder
fn default() -> StatsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for StatsBuilder
impl PartialEq for StatsBuilder
source§fn eq(&self, other: &StatsBuilder) -> bool
fn eq(&self, other: &StatsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for StatsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for StatsBuilder
impl Send for StatsBuilder
impl Sync for StatsBuilder
impl Unpin for StatsBuilder
impl UnwindSafe for StatsBuilder
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.