Struct aws_sdk_ses::input::DeleteIdentityInput
source · #[non_exhaustive]pub struct DeleteIdentityInput { /* private fields */ }
Expand description
Represents a request to delete one of your Amazon SES identities (an email address or domain).
Implementations§
source§impl DeleteIdentityInput
impl DeleteIdentityInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIdentity, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteIdentity, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteIdentity
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIdentityInput
.
Trait Implementations§
source§impl Clone for DeleteIdentityInput
impl Clone for DeleteIdentityInput
source§fn clone(&self) -> DeleteIdentityInput
fn clone(&self) -> DeleteIdentityInput
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 DeleteIdentityInput
impl Debug for DeleteIdentityInput
source§impl PartialEq<DeleteIdentityInput> for DeleteIdentityInput
impl PartialEq<DeleteIdentityInput> for DeleteIdentityInput
source§fn eq(&self, other: &DeleteIdentityInput) -> bool
fn eq(&self, other: &DeleteIdentityInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.