Struct aws_sdk_ses::operation::get_send_statistics::builders::GetSendStatisticsOutputBuilder
source · #[non_exhaustive]pub struct GetSendStatisticsOutputBuilder { /* private fields */ }Expand description
A builder for GetSendStatisticsOutput.
Implementations§
source§impl GetSendStatisticsOutputBuilder
impl GetSendStatisticsOutputBuilder
sourcepub fn send_data_points(self, input: SendDataPoint) -> Self
pub fn send_data_points(self, input: SendDataPoint) -> Self
Appends an item to send_data_points.
To override the contents of this collection use set_send_data_points.
A list of data points, each of which represents 15 minutes of activity.
sourcepub fn set_send_data_points(self, input: Option<Vec<SendDataPoint>>) -> Self
pub fn set_send_data_points(self, input: Option<Vec<SendDataPoint>>) -> Self
A list of data points, each of which represents 15 minutes of activity.
sourcepub fn get_send_data_points(&self) -> &Option<Vec<SendDataPoint>>
pub fn get_send_data_points(&self) -> &Option<Vec<SendDataPoint>>
A list of data points, each of which represents 15 minutes of activity.
sourcepub fn build(self) -> GetSendStatisticsOutput
pub fn build(self) -> GetSendStatisticsOutput
Consumes the builder and constructs a GetSendStatisticsOutput.
Trait Implementations§
source§impl Clone for GetSendStatisticsOutputBuilder
impl Clone for GetSendStatisticsOutputBuilder
source§fn clone(&self) -> GetSendStatisticsOutputBuilder
fn clone(&self) -> GetSendStatisticsOutputBuilder
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 GetSendStatisticsOutputBuilder
impl Default for GetSendStatisticsOutputBuilder
source§fn default() -> GetSendStatisticsOutputBuilder
fn default() -> GetSendStatisticsOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetSendStatisticsOutputBuilder
impl PartialEq for GetSendStatisticsOutputBuilder
source§fn eq(&self, other: &GetSendStatisticsOutputBuilder) -> bool
fn eq(&self, other: &GetSendStatisticsOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetSendStatisticsOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetSendStatisticsOutputBuilder
impl Send for GetSendStatisticsOutputBuilder
impl Sync for GetSendStatisticsOutputBuilder
impl Unpin for GetSendStatisticsOutputBuilder
impl UnwindSafe for GetSendStatisticsOutputBuilder
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.