Struct aws_sdk_ses::input::GetSendStatisticsInput
source · #[non_exhaustive]pub struct GetSendStatisticsInput {}
Implementations§
source§impl GetSendStatisticsInput
impl GetSendStatisticsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSendStatistics, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetSendStatistics, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetSendStatistics
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetSendStatisticsInput
.
Trait Implementations§
source§impl Clone for GetSendStatisticsInput
impl Clone for GetSendStatisticsInput
source§fn clone(&self) -> GetSendStatisticsInput
fn clone(&self) -> GetSendStatisticsInput
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 GetSendStatisticsInput
impl Debug for GetSendStatisticsInput
source§impl PartialEq<GetSendStatisticsInput> for GetSendStatisticsInput
impl PartialEq<GetSendStatisticsInput> for GetSendStatisticsInput
source§fn eq(&self, other: &GetSendStatisticsInput) -> bool
fn eq(&self, other: &GetSendStatisticsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.