#[non_exhaustive]pub struct ListConfigurationSetsOutput { /* private fields */ }Expand description
A list of configuration sets associated with your AWS account. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the Amazon SES Developer Guide.
Implementations§
source§impl ListConfigurationSetsOutput
impl ListConfigurationSetsOutput
sourcepub fn configuration_sets(&self) -> Option<&[ConfigurationSet]>
pub fn configuration_sets(&self) -> Option<&[ConfigurationSet]>
A list of configuration sets.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token indicating that there are additional configuration sets available to be listed. Pass this token to successive calls of ListConfigurationSets.
source§impl ListConfigurationSetsOutput
impl ListConfigurationSetsOutput
sourcepub fn builder() -> ListConfigurationSetsOutputBuilder
pub fn builder() -> ListConfigurationSetsOutputBuilder
Creates a new builder-style object to manufacture ListConfigurationSetsOutput.
Trait Implementations§
source§impl Clone for ListConfigurationSetsOutput
impl Clone for ListConfigurationSetsOutput
source§fn clone(&self) -> ListConfigurationSetsOutput
fn clone(&self) -> ListConfigurationSetsOutput
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 ListConfigurationSetsOutput
impl Debug for ListConfigurationSetsOutput
source§impl PartialEq<ListConfigurationSetsOutput> for ListConfigurationSetsOutput
impl PartialEq<ListConfigurationSetsOutput> for ListConfigurationSetsOutput
source§fn eq(&self, other: &ListConfigurationSetsOutput) -> bool
fn eq(&self, other: &ListConfigurationSetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListConfigurationSetsOutput
impl RequestId for ListConfigurationSetsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for ListConfigurationSetsOutput
Auto Trait Implementations§
impl RefUnwindSafe for ListConfigurationSetsOutput
impl Send for ListConfigurationSetsOutput
impl Sync for ListConfigurationSetsOutput
impl Unpin for ListConfigurationSetsOutput
impl UnwindSafe for ListConfigurationSetsOutput
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