Struct aws_sdk_ses::output::CreateConfigurationSetOutput
source · #[non_exhaustive]pub struct CreateConfigurationSetOutput {}
Expand description
An empty element returned on a successful request.
Implementations§
source§impl CreateConfigurationSetOutput
impl CreateConfigurationSetOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateConfigurationSetOutput
.
Trait Implementations§
source§impl Clone for CreateConfigurationSetOutput
impl Clone for CreateConfigurationSetOutput
source§fn clone(&self) -> CreateConfigurationSetOutput
fn clone(&self) -> CreateConfigurationSetOutput
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 CreateConfigurationSetOutput
impl Debug for CreateConfigurationSetOutput
source§impl PartialEq<CreateConfigurationSetOutput> for CreateConfigurationSetOutput
impl PartialEq<CreateConfigurationSetOutput> for CreateConfigurationSetOutput
source§fn eq(&self, other: &CreateConfigurationSetOutput) -> bool
fn eq(&self, other: &CreateConfigurationSetOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.