Struct aws_sdk_ses::operation::get_identity_verification_attributes::GetIdentityVerificationAttributesInput
source · #[non_exhaustive]pub struct GetIdentityVerificationAttributesInput { /* private fields */ }Expand description
Represents a request to return the Amazon SES verification status of a list of identities. For domain identities, this request also returns the verification token. For information about verifying identities with Amazon SES, see the Amazon SES Developer Guide.
Implementations§
source§impl GetIdentityVerificationAttributesInput
impl GetIdentityVerificationAttributesInput
sourcepub fn identities(&self) -> Option<&[String]>
pub fn identities(&self) -> Option<&[String]>
A list of identities.
source§impl GetIdentityVerificationAttributesInput
impl GetIdentityVerificationAttributesInput
sourcepub fn builder() -> GetIdentityVerificationAttributesInputBuilder
pub fn builder() -> GetIdentityVerificationAttributesInputBuilder
Creates a new builder-style object to manufacture GetIdentityVerificationAttributesInput.
source§impl GetIdentityVerificationAttributesInput
impl GetIdentityVerificationAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetIdentityVerificationAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<GetIdentityVerificationAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetIdentityVerificationAttributes>
Trait Implementations§
source§impl Clone for GetIdentityVerificationAttributesInput
impl Clone for GetIdentityVerificationAttributesInput
source§fn clone(&self) -> GetIdentityVerificationAttributesInput
fn clone(&self) -> GetIdentityVerificationAttributesInput
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 PartialEq<GetIdentityVerificationAttributesInput> for GetIdentityVerificationAttributesInput
impl PartialEq<GetIdentityVerificationAttributesInput> for GetIdentityVerificationAttributesInput
source§fn eq(&self, other: &GetIdentityVerificationAttributesInput) -> bool
fn eq(&self, other: &GetIdentityVerificationAttributesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetIdentityVerificationAttributesInput
Auto Trait Implementations§
impl RefUnwindSafe for GetIdentityVerificationAttributesInput
impl Send for GetIdentityVerificationAttributesInput
impl Sync for GetIdentityVerificationAttributesInput
impl Unpin for GetIdentityVerificationAttributesInput
impl UnwindSafe for GetIdentityVerificationAttributesInput
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